D
damiano.pezzotti
Hi,
I have an application running on a J2EE container that publish a
message on a topic. This operation is performed by a pojo object.
To do this operation, I use a common object that I named JMSClient that
setup connection to the topic and then every time I need to send the
message creates session and send my message.
The JMS client, when setup a connection, set an ExceptionListener in
order to be notificated if an exception on connection occures.
J2EE specs doesn't permit this operation. In WLS8.1 the operation is
allowed, but in JBoss no.
How can I send messages and manage correctly fault tolerance?
I have an application running on a J2EE container that publish a
message on a topic. This operation is performed by a pojo object.
To do this operation, I use a common object that I named JMSClient that
setup connection to the topic and then every time I need to send the
message creates session and send my message.
The JMS client, when setup a connection, set an ExceptionListener in
order to be notificated if an exception on connection occures.
J2EE specs doesn't permit this operation. In WLS8.1 the operation is
allowed, but in JBoss no.
How can I send messages and manage correctly fault tolerance?