[JBoss-user] [JBoss Messaging] - Re: NullPersistenceManager in JBoss Messaging

2006-06-27 Thread nikcname
Thanks a lot... looking forward for that... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953645#3953645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953645 Using Tomcat but need to do more? Need to support web ser

[JBoss-user] [JBoss Messaging] - NullPersistenceManager in JBoss Messaging

2006-06-27 Thread nikcname
Hi all, I am trying to migrate the jboss with jbossmq to jboss messaging... actually I don't need to persist the message sending back and forth on queue but I just can't find there is any NullPersistenceManager or similar stuff implemented, or the way to disable message persistence ... anyone have

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting jboss (bean, mdb, etc) to remote weblogic jms

2006-05-01 Thread nikcname
Thx rcarragher. that's my ultimate solution of the scenario after a lot of test, by setting a bridge on weblogic server and create a remote destination pointing to the queue on jboss which automatically propagate the message to the queue on jboss and let my jboss's mdb subscribe the local queue

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting jboss (bean, mdb, etc) to remote weblogic jms

2006-04-26 Thread nikcname
However, though it seems connecting, the mdb never receive any Message when I published the msg to the queue in weblogic. The mdb is coded correct ly and it works when I connect to the local jboss queue. According to the javadoc of ConnectionConsumer http://java.sun.com/j2ee/sdk_1.3/techdocs/a

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting jboss (bean, mdb, etc) to remote weblogic jms

2006-04-26 Thread nikcname
The first solution I tried is to host a mdb on jboss to connect to weblogic. There is a successful case posted in jboss wiki http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3939722#3939722 How stupid I am, just can't make it work after followed and it is a post 2 years ago so I don't ex

[JBoss-user] [Messaging, JMS & JBossMQ] - Connecting jboss (bean, mdb, etc) to remote weblogic jms que

2006-04-26 Thread nikcname
Hi Folks, I am using jboss 4.0.3 sp1 and weblogic 8.1 sp3, I need to write a program hosted on jboss to retrieve message from a remote queue hosted in weblogic server. any of you have experience of that to share? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3939722#3939722 http:/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss register Weblogic Topic mini-howto

2006-04-26 Thread nikcname
Hi, would like to ask I tried to follow the rules but it fails. I digged into it, found that weblogic doesn't allow remote call to create ConnectionConsumer which JMSContainerInvoker (a jboss class) would try to do. It throws with such a root exception: Caused by: weblogic.jms.common.IllegalSt