sending JMS message from a container

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,216
Latest member
topweb3twitterchannels

Latest Threads

Top