Tagged Questions

14
votes
8answers
1k views

what is JMS good for?

Hi, I'm looking for (simple) examples of problems for which JMS is a good solution, and also reasons why JMS is a good solution in these cases. In the past I've simply used the database as a means of …
12
votes
1answer
507 views

Is anyone using Google protocol buffers in large scale production applications?

Is anyone using Google's protocol buffers in large scale applications in production. What is the experience that people have had?
7
votes
4answers
147 views

.net service bus recommendations?

We are in need of a distributed architecture messaging system/service bus with the capability of Publish/Subscribe. Does anyone have any reccomendations for a framework that we can use for .net …
7
votes
8answers
1k views

Tool for posting test messages onto a JMS queue?

Can anyone recommend a tool for quickly posting test messages onto a JMS queue? The tool should allow the user to enter some data, perhaps an XML payload, and then submit it to a queue? I know I could …
6
votes
7answers
545 views

Cross-platform, cross-language messaging system?

I'm developing a set of applications that work together to create a system for processing metering data. There's several reasons I want to have them loosely coupled and the system should be extensible …
6
votes
5answers
784 views

What kind of technologies are available for sending text messages?

I'm looking into sending regular automated text-messages to a list of subscribed users. Having played with Windows Mobile devices, I could easily implement this using the compact .Net framework + a …
6
votes
5answers
2k views

Multicasting, Messaging, ActiveMQ vs. MSMQ?

Hi all, I'm working on a messaging/notification system for our products. Basic requirements are: Fire and forget Persistent set of messages, possibly updating, to stay there until the sender says …
5
votes
5answers
273 views

How can I send SMS messages like Twitter does?

Do all cell companies have open APIs that allow you to send SMS messages like Twitter does? Do you have to pay to do this?
5
votes
3answers
1k views

Message Oriented Middleware (MoM) Vs. Enterprise Service Bus (ESB)

I come from a background of MoM. I think I understand ESB conceptually. However, I'm not too sure about the practical differences between the two when it comes to making a choice architecturally. …
4
votes
5answers
294 views

Technique or utility to minimize Java “warm-up” time?

I am supporting a Java messaging application that requires low latency (< 300 microseconds processing each message). However, our profiling shows that the Sun Java Virtual Machine runs slowly at …
4
votes
3answers
173 views

How to see windows messages of a dialog shown with a second thread?

I've registered a message filter using Application.AddMessageFilter(m_messageFilter); using this I can log all of the mouse clicks a user makes in the application's user interface. However, one …
4
votes
6answers
307 views

Can someone explain what message brokers are used for?

In my line of work it's hard to go five minutes without someone extolling the virtues of MQ Series or MSMQ or the like, and I always wonder, after the sparkle of buzzwords has passed, what are some …
4
votes
4answers
856 views

API to determine cell carrier?

Is there a free API or some other way to determine what carrier a cell phone number is registered with? I'd like my application to broadcast text messages without them picking their carrier from a …
4
votes
3answers
313 views

Lightweight messaging (async invocations) in Java

I am looking for lightweight messaging framework in Java. My task is to process events in a SEDA’s manner: I know that some stages of the processing could be completed quickly, and others not, and …
4
votes
6answers
1k views

Queue alternatives to MSMQ on Windows?

If you want to use a queuing product for durable messaging under Windows, running .NET 2.0 and above, which alternatives to MSMQ exist today? I know of ActiveMQ (http://activemq.apache.org/), and I've …

1 2 3 4 5 10 next
15 30 50 per page