In my client application, I create several consumers, but they can\'t concurrently process the queue. Always, only a single consumer processes the queue messages. I don\'t know why.
I have the strange phenomenon that jms messages seem to be sent before the database commit actually happened.
Due to business requirements, I\'m working with a JMS messaging setup in which: Queues must be defined by the application container.
I need to get details of Message Receivers which are connected to 开发者_如何学编程JMS Queue,
Let\'s say you have an entity, say, \"Person\" in your system and you want to process events that modify various Person entities.It is important that:
I\'m trying to implement a solution using HornetQ. Since I need to access it through a C++ application, that raises me a problem. I\'m compiling the activemq-cpp builtin example, and changing it to wo
I\'ve setup a jms server with HornetQ as a JMS provider (Queue). I have an application which acts as a producer and another one (different computer) as a consumer.
When trying to connect to a remote JBOSS+HornetQ, we are getting the error in the subject.We can connect开发者_如何转开发 to a remote HornetQ on a different machine with no trouble.
I tried to run example from HornetQ and I got this error: [java] HornetQServer_0 out:Deployment \"JNDIServer\" is in error due to: java.rmi.server.ExportException: Port already in use: 1098
I am trying for several ho开发者_如何学JAVAurs to get the HornetQ Examples running in Eclipse. Using the Standalone Examples everything works fine, but when I run the examples in Eclipse I get the fol