[jboss-user] [Clustering/JBoss] - JMS provider failure detected for ***MDB

2009-05-30 Thread jakesong
Running JBoss 4.0.5 GA with JBoss MQ on Sun JVM 1.4, HP-UNIX, in a clustered configuration After a variable period of activity (from 2 hours to a week), I get exception from the MDB Container: Then the container reconnects to JMS after the 10seconds wait and fails again 120 seconds later WAR

[jboss-user] [JBossMQ] - JMS provider failure detected for ***MDB

2009-05-30 Thread jakesong
Running JBoss 4.0.5 GA with JBoss MQ on Sun JVM 1.4, HP-UNIX, in a clustered configuration After a variable period of activity (from 2 hours to a week), I get exception from the MDB Container: Then the container reconnects to JMS after the 10seconds wait and fails again 120 seconds later.

[jboss-user] [JBossMQ] - how to configure jboss mq to use the XAConnectionFactory?

2009-02-14 Thread jakesong
In order to use the webloigc messaging bridge,the connection factory of jboss mq must be configured to use the XAConnectionFactory. could anyone tell me how to configure jboss mq to use the XAConnectionFactory? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBossMQ] - How to ensure the message only is recieved once?

2009-02-10 Thread jakesong
My application is like this: I have a queue called "A" in weblogic,a queue called "B" in jboss mq. There is a weblogic messaging queue between "A" and "B". When A message have been send to "A",the weblogic messaging bridge will deliver the message to "B". My question is how to ensuer that the jbo

[jboss-user] [JBossMQ] - How can I ensure that jboss mq just recieves the message onl

2009-02-10 Thread jakesong
My application is like this: I have a queue called "A" in weblogic,a queue called "B" in jboss mq. There is a weblogic messaging queue between "A" and "B". When A message have been send to "A",the weblogic messaging bridge will deliver the message to "B". My question is how to ensuer that the jbo

[jboss-user] [JBoss Messaging] - Re: How Can I use a bridge to link a weblogic message queue?

2009-02-08 Thread jakesong
I have tried.The bridge example is ok. I need to know how to config the jms-ds.xml to provider weblogic Jms provider. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208064#4208064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Messaging] - How Can I use a bridge to link a weblogic message queue?

2009-02-08 Thread jakesong
I want to create a bridge to link a weblogic message queue.So when a weblogic message queue recieve a message,the bridge will take the message to my queue which is in my jboss-messaing. I know there is two things I have to do. The first,add JMS provider loader for weblogic,but I don not know ho