I\'m trying to send a JMS message from one JBoss AS 5.1 instance to the other. For my test I have them both running on localhost, the client JBoss AS instance with the normal port settings and the ser
Note that I\'d like multiple message listeners to handle successive messages from the topic concurrently.In addition I\'d like each message listener to operate transactionally so that a processing fai
For the following scenario I am looking for your advices and tips on best practices: In a distributed (mainly Java-based) system with:
As a seasoned Spring user I was assuming that Spring Integration would make the most sense in a recent project requiring some (JMS) messaging capabilities (more details). After some days working with
Suppose I decide to call acknowledgment() on a JMS message several times. Say the first call fails (for non-permanent reason). Does the success of the second (or any subsequent) call guarante开发者_如
I am currently evaluating JMS and I don\'t get what I could use it for. Currently, I believe this would be a Usecase: I want to create a SalesInvoice PDF and print it when an SalesOrder leaves the W
I\'m receiving messages from a JMS MQ queue which are supposedly utf-8 encoded. However on reading the out using msgText = ((TextMessage)msg).getText();
Is there a way to prioritize the messages in the JMS broker according to a custom header value? For Example: \"purchase date\". get oldest first et开发者_JS百科c.
I\'m trying to connect an external application to a JBoss AS container. The external application is a Java application that is currently being notified of changes to database entities through a JMS to
I am trying to debug web service call which uses JMS in the background.I have JBoss runni开发者_高级运维ng in debug mode. What happens is that when I press F6 in Eclipse (to execute current line) it s