Nikos Massios [http://community.jboss.org/people/massios] created the discussion

"Re: Clustering and failover question"

To view the discussion, visit: http://community.jboss.org/message/588261#588261

--------------------------------------------------------------
Hello Howard,

We had a look at the manual and at the following files
messaging-service.xml
connection-factories-service.xml
but cannot find what is wrong.

We have a ClusterPullConnectionFactory defined at the 
connection-factories-service.xml 

- <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory" 
name="jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory" 
xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">

  <depends 
optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
 

  <depends 
optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends>
 

  <depends>jboss.messaging:service=PostOffice</depends> 

  <attribute name="SupportsFailover">true</attribute> 

  <attribute name="SupportsLoadBalancing">true</attribute> 
  </mbean>



and the line

<attribute 
name="ClusterPullConnectionFactoryName">jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory</attribute>

  
 
in our messaging-service.xml


I am also attaching the entire files.


Nikos
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/588261#588261]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to