[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-07 Thread gaohoward
Hi, Just for your info, using remoting 2.5.1 cannot solve the message stuck issue. You probably need to wait for 2.5.2 release. and then better wait for a new JBM release for AS 5. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242233#4242233 Reply

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-06 Thread timfox
If you want a client in JBM 1.x to failover automatically from one node to another you need to set supportsFailover to true in the descriptor where the connection factory is deployed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242041#4242041 Reply to the

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-06 Thread artp
Ideally, I should be using ClusteredConnectionFactory, but i haven't gotten that to work. Messages get stuck on Cluster B when using ClusteredConnectionFactory.It seems like there are issues with ClusteredConnectionFactory. I'll try creating a custom ConnectionFactory with only

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-06 Thread timfox
It depends what you want to do. When you originally said failover I assume you really meant reconnection, in which case you don't need a clustered connection factory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242055#4242055 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-06 Thread artp
I tried setting SupportsFailOver to true on the Connection. Then, I tried testing failover by taking down node B0, and fail over worked, messages went to B1. After i period of time i brought up B0 and took down B1. Messages never got delievered to B0 and piled up in the message/deliver count

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-02 Thread gaohoward
Hi, Can you please post your bridge service configure here? Thanks Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241503#4241503 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241503

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-02 Thread artp
I forgot to mention that we have the bridge running as a HASingleton on cluster A. The JMSProvider, has two nodes(ie Cluster B nodes B0,B1) configured in the url provider. | mbean code=org.jboss.jms.server.bridge.BridgeService |

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-02 Thread artp
We're using postgres to persist messages. In the file postgresql-persistence-service.xml, I configured the PostOffice to | attribute name=Clusteredtrue/attribute | attribute name=FailoverOnNodeLeavetrue/attribute | Is this correct? View the original post :

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-02 Thread clebert.suco...@jboss.com
anonymous wrote : | jboss 5.1, JBM 1.4.4 src, I modified JMSRemoteConnection to compile against Remoting 2.5.1, so we could have the Bridge fixes, etc. | I believe some of the changes Howard made on trunk will also require some changes on Remoting 2.5.X, but I don't think the required

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-02 Thread clebert.suco...@jboss.com
anonymous wrote : I believe some of the changes Howard made on trunk typo... Old habit.. I meant.. Branch_1_4. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241598#4241598 Reply to the post :