jms
Cannot connect to Tibco JMS server
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.[详细]
2023-04-04 16:56 分类:问答JBoss 5.1.0 + EJB 3.1 + JMS
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:[详细]
2023-04-04 15:52 分类:问答JMS/MDB rollback
We have a app开发者_如何学运维lication, which reads of JMS and does some database transactions, all as part of one XA transaction..[详细]
2023-04-04 15:20 分类:问答Migrate Queue from JBoss 4.2.3 to JBoss 5.1 AS
I am trying to migrate my project from JBoss 4.2.3 (which was build by ant) to JBoss 5.1 AS (exploded version).[详细]
2023-04-03 23:51 分类:问答Alternative to acking messages from QueueBrowser
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[详细]
2023-04-03 16:28 分类:问答JavaEE 6: How to inject JMS Resource in a standalone JMS client?
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.[详细]
2023-04-02 20:43 分类:问答MDB transaction retry interval
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[详细]
2023-04-02 19:03 分类:问答ActiveMQ CPP Library
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[详细]
2023-04-02 16:46 分类:问答What is MQSecurityExit in WebSphere MQ Java classes?
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[详细]
2023-04-02 05:18 分类:问答JMS client behind a firewall
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[详细]
2023-04-02 04:06 分类:问答