I\'m designing a system where one server must send messages to lots of independent clients. The clients doesn\'t know about each other and should not be able to consume, peek or in any other way acqui
At the moment I am using RMI or hessian library to communicate between my server and clients (via a LinkedBlockingQueue). Now I read about JMS which could be used in this area too. Is this correct? If
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 am stuck in the following scenario.Please advice me on this There is an inbound Queue There is an Main thread running(We are not using JMS Listener )
Anybody know of a good resource for a detailed (more so than the Spring Batch docs) look at the uses of JMS Item Writer/Reader in Spring Batch?
Most of the examples that I seem to run into are using dynamic queues instead of queue defined during activemq startup (see activemq.xml file). Is there a significant degradation i开发者_运维知识库n p
I\'m currently working in C# and I need to check the state of the JMS connection that i made (开发者_开发技巧whether it\'s connected / disconnected). I\'m sure that I can connect and disconnect succes
i am looking to set the MQ Header field开发者_StackOverflow中文版 \'PutApplName\' in my java client and access the same in the JMSXAppID field as a JMS header. The documents on the net talk about the
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
We encountered a problem under WebLogic 8.1 that we lived with but could never fix. We often queue up a hundred or more JMS messages, each of which represents a unit of work. Despite the fact that eac