JBoss 5.1 with HornetQ I need a MDB to rollback if it cannot process a message in 30 s开发者_Go百科econds. Is this possible ?
We are running a high throughput system that utilizes tibco-ems JMS to pass large numbers of messages to and from our main server to our client connections.We\'ve done some statistics and have determi
How to configure cluster of Consumers in ActiveMQ? I created a simple embedded ActiveMQ applica开发者_开发技巧tion with two consumers of one Queue, consumers are working in separate threads. But when
I\'m having a problem with the following setup: A Java application send email msg to a JMS queue, then an MDB listening to the queue get the email msg with the onMessage method, it open a connection
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
I was reading a blog, and one of the points was \'if you\'re using queues, you messed up\', in the context of JMS.
It seems that xmpp is used as protocol in chat application, but JMS also support multiple receiver mode.
I have many instances of my client application. These clients send requests to a server application via messaging and receive a reply. Normally the reply would be sent using a temporary queue.
I have a MDB very simple which works fine as long as the queue from where it reads messages is not secured
I need to parse a xml file using JAVA and have to create a bean out of that xml file after parsing . I need this while using Spring JMSin which producer is producing a xml file .First I need to read