I\'m trying bring up a hello world MDB in JBOSS 5.1 to see how i can get our messaging application into JBOSS 5.1 Messaging. The simple hellow world MDB gives me a wired issue. The MDB deployed fine a
How does RabbitMQ compare to Mule, I am going to build an application using message oriented architecture and AMQP (RabbitMQ) provides everything i want, but i am perplexed with so many related techno
I have implemented application client-server with spring blazeDs message services using JMS message destination.
I am using the Spring Session Aware Message Listener to listen to multiple JMS queues. Is there any way to get the JNDI name of the source of an incoming message? I have tried to us开发者_开发技巧e th
In JMS it is easy to find out if a connection is lost, a exception happens. But how do I find out if the connection is there again?
I was wondering if there is any way to receive JMS messages from some provider like ActiveMQ or WebMQ in a Haskell program. I\'ve seen that there is a Haskell client f开发者_如何转开发or ActiveMQ but
Hi all ActiveMQ experts! I had a look via WireShark what\'s happening under the hood when ActiveMQ \"/examples\" producer sends messages and it revealed that every TextMessage shorter than 1000 bytes
I have a java class Processor that is listening to a jms topic and it is struggling to keep up with the speed in which messages are arriving so we\'ve decided to go concurrent:
here is my situation. I want to have a browse function for messages pending on a durable subscription which isusing managed queues (so I can not access the subscription\'s queue directly).
Is it possible to send complex messages via JMS? I can send TextMessages, Messages etc .. but when I try to send my custom object type MyObject trough send() method of MessageProducer I get compile er