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
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.
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=
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
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
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
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