I have a java application which does some JMS send&receive work. But I found an interesting problem. For example, I set the following for java.naming.provider.url.
Can somebody advice me what I need to do in jboss to deploy message driven bean. In particular I am looking answers on following questions:
We have a app开发者_如何学运维lication, which reads of JMS and does some database transactions, all as part of one XA transaction..
I am trying to migrate my project from JBoss 4.2.3 (which was build by ant) to JBoss 5.1 AS (exploded version).
I\'m relatively new to JMS.I have a requirement as such: events are published to a queue.Each event has a UserID associated with it, and the events for a given UserID must be processed in order.Somet
I can\'t get javax.jms.ConnectionFactory injected into my standalone JMS client. I get a java.lang.NullPointerException at connectionFactory.createConnection() in the code below.
Can开发者_如何学编程 we control the transaction retry interval in MDB? If so, please provide an example or direct me to the documentation. We want to set up a time interval of 3 min for MDB transactio
I have a Java application and a C++ application. I want to use Apache ActiveMQ for the communication between these applications. I know how to setup ActiveMQ, Run it etc.. I want to know what I should
I am trying to find some documentation on what is MQSecurityExit and how do we actually implement it in Java. I just have a very little idea on this - like I believe it\'s for authenticating MQ client
I have following scenario: Messages containing commands have to be send to a consumer / client which is connected to the internet using consumer Internet connections. So this means that the system run