users@glassfish.java.net

Glassfish JMS cluster

From: <forums_at_java.net>
Date: Wed, 4 May 2011 08:31:52 -0500 (CDT)

I want to broadcast messages to ALL nodes in cluster using JMS. For now I
ended up with two nodes  conventional master host cluster, one topic (where
messages get sent) and TWO connection factories with different clientId
properties set to create non durable consumers.  This seems to work (both
nodes get messages). But what I don't like is of course it is necessary to
configure separate connection factory for every node (I expect to have
several). Is there a simpler way to do the thing?

I tryed to set useSharedSubscriptionInClusteredContainer property to false
for the connection factory but this didn't help (onlly one node got messges.)

Many thanks in advance.


--
[Message sent by forum member 'alex2001']
View Post: http://forums.java.net/node/798066