connection « jms « Java Enterprise Q&A





1. Is maintenance on long lived JMS connections necessary?    stackoverflow.com

I keep a JMS connection always open, because I have a MessageListener on it. Is it a common need to worry about minimizing maintenance of applications with long lived JMS connections? ...

2. Post a message to a remote JMS queue using JBoss    stackoverflow.com

This looks simple but I can't find a simple answer. I want to open a connection to a remote JMS broker (IP and port are known), open a session to the a ...

3. Does javax.jms.ExceptionListener delay the onException callback when network connection goes down?    stackoverflow.com

I'm using Websphere Application Server (WAS) 6.1's default messaging provider for JMS. My remote client application creates a connection, then does a setExceptionListener to register the callback. When I simply stop ...

4. How can we have JBOSS MDB retry its connection if it fails at startup?    stackoverflow.com

We have a server app that is deployed across to server machines, each running JBOSS 4.2.2. We use JBOSS messaging with MDBs to communicate between the systems. Currently we need to ...

5. Problem in creation MDB Queue connection at Jboss StartUp    stackoverflow.com

I am not able to create a Queue connection in JBOSS4.2.3GA Version & Java1.5, as I am using MDB as per the below details. I am putting this MDB in a jar ...

6. Sending JMS message to remote queue in JBoss AS via connection pool    stackoverflow.com

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 ...

7. How to find out if JMS Connection is there?    stackoverflow.com

In JMS it is easy to find out if a connection is lost, a exception happens. But how do I find out if the connection is there again? Scenario: I use JMS ...

8. IBM JMS connection    stackoverflow.com

I'm currently working in C# and I need to check the state of the JMS connection that i made (whether it's connected / disconnected). I'm sure that I can connect and ...

9. How to use jms.Connection.setExceptionListner to release resources and reconnect?    stackoverflow.com


Assuming I have one Connection per JVM (implemented as a singleton) as a derivative of the docs which recommend having one Connection as it's a heavy object. From the docs:

...





10. closing MQ connection    stackoverflow.com

Good afternoon, I wrote a project to Get Park Queue Info from the IBM MQ, it has producing an error when attempting to close the connection though. It is written in ...

11. SoapUI JMS Connections    stackoverflow.com

I am using SoapUI to do performance testing of some services over JMS using WebSphere MQ as the JMS Provider. SoapUI uses HermesJMS to provide the JMS Connection details for the ...

12. How to handle a Connection object to remote jms server    stackoverflow.com

We are using an application that contains a jboss @Service mbean which encapsulates a javax.jms.Connection object. During startup of the mbean the connection is created by initializing a remote InitialContext, looking up ...

13. Creating JBoss Connection Pool for JMS queue    stackoverflow.com

I am developing a Web Service solution that is hosted inside a JBoss 4.2.3 sever and connects to a JMS queue that is hosted on another server. So far I am creating ...

14. Weblogic setting to cap number of concurrent JMS connections    stackoverflow.com

we are debugging a production issue on our Weblogic Server hosting JMS queues. At high load times, we have been told the JMS queues reject incoming messages due to a limited number ...

15. Weblogic EJB connection to external Tibco EMS JMS Queue    stackoverflow.com

I'm trying to connect a Weblogic (10.3) MDB to a Tibco EMS JMS queue. I've read from the queue using a simple Java/Spring JNDI connection so I know the foreign JNDI ...

16. How can you tell when a java.jms.TopicSubscriber loses its connection to the message broker?    stackoverflow.com

I was experimenting with a TopicSubscriber object today (with ActiveMQ as my message broker and JMS provider). I found that if I initiated a synchronous receive (with a 2 ms ...





17. Timesten jms/xla connection closed    stackoverflow.com

I developed a software which distribute the messages coming from Timesten jms server to client. xsocket lib. is used for accepting client connections. The problem is timesten jms/xla connections are closed ...

18. What may be the reason for JMS or OS not to recognize connection drop?    stackoverflow.com

We have a system with servers communicating over JMS. Sometimes some of the servers can not reconnect after loosing connection to JMS. Loss of connection happens when server restarts, bad network... ...

19. jms connection issue    jmeter.512774.n5.nabble.com

Baban Kakde Reply | Threaded Open this post in threaded view | Report Content as Inappropriate jms connection issue I am testing jms application but could not connect to url provider and get following exception. Please help me. 2008/07/01 04:38:12 INFO - jmeter.util.JMeterUtils: Setting Locale to en_US 2008/07/01 04:38:12 INFO - ...

20. JMS Connection Problems (WARNING: [4003])    forums.oracle.com