We have a JMS queue which receives a very large num开发者_JAVA百科ber of messages. Listener has to save message in database using a database transaction and then commit JMS transaction.
I need to simulate JMS behavior while performing automated tests via maven/hudson. I was thinking about using some mock framework i.e. Mockito to achieve that goal but maybe there is some easier tool
I am trying to migrate an application from Websphere 6.1 to 7.0 I noticed that many of the ibm MQ/JMS classes have changed/disappeared =)
I\'m looking for way of checking bind status of object and appropriate jndi name. For example, I\'ve got some ldap jms queue name:
I am working on a distributed storage project. I am implemented it using Java EE. In my storage objects are replicated at multiple servers and in case of any update at a server, i need to propagate th
I have a listener that receives a JMS TextMessage that has pdf content in there. I am doing getBytes(\"Cp037\") since it is coming from mainframe
In our architecture JMS publisher may continue to work (and generate new messages) even if connection with local network is lost. Is it possible to make publisher server tolerant to network or broker
I have an application which tries to subscribes to a lot of different topics. The server side publishes a lot of messages through these topics and as soon as the application starts subscribing, it re
I was doing JMS clstering. I was successful in doing HASingleton JMS clustering failover. But 1 thing encouter was the they need to share same database for persistance. cannot we have seperate dat开发
I\'m using ActiveMQ CPP 5.2.3 if it matters. I have JMS producer that connects using failover transport to JMS network of brokers.