Hello.
First of all, I want to mention that I am very new to Java EE and Glassfish.
I am trying to achieve this architecture usting glassfish and clusters and
JMS:
Glassfish is 3.1.1 Open Source. My problem is:
In my prototype: I am publishing JMS TextMessages on Server, and I want to
receive this message on all instances.
BUT:
If I send a message on server (Port 8080) I will receive this message only in
Message Driven Bean running on server.
If I send a message on instance 1 (Port 28080) I will receive this message
only in MDB running on instance 1.
My question is:
How to configure JMS to receive messages on all instances ?
Maybe I am doing something wrong and and there is better technology that I
sould use ?
I am still very confused about JMS and Glassfish. Thanks for your replay.
--
[Message sent by forum member 'mlevvy']
View Post: http://forums.java.net/node/873109