[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-04-25 Thread kirillp
I have the exact same problems... Any solutions? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875287#3875287 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875287 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-02-14 Thread amahesh
In the server's output that I had pasted in my previous mail, I forgot to paste a few lines which might be helpful/informative : The output from the server is: 16:08:58,046 INFO [Amit_Queue] Bound to JNDI name: queue/Amit_Queue | | 16:09:15,312 INFO [EjbModule] Deploying InformerBean

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-02-14 Thread amahesh
Hi adrian, Thanks for pointing out the error that I gave in the XML data in here. But this was actually a typo in the XML file that I had given here...I have rechecked, and the queue name IS actually Amit_Queue instead of Amitz_Queue. Still my problem isn't solved... I am also attaching the co

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-02-09 Thread [EMAIL PROTECTED]
Amit_Queue != Amitz_Queue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865984#3865984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865984 --- SF email is sponsor

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-02-09 Thread amahesh
Thanks Anil, for responding back. However, I have already added my Queue to jbossmq-destinations-service.xml file under the \server\default\deploy\jms folder. At startup, my JBoss shows up a debug statement "Amit_Queue bound". (I had mentioned this in my initial prob desc as well.). I had also

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-02-04 Thread [EMAIL PROTECTED]
Amit, have u created a queue for the MDB to listen to? Assuming u have deployed a Queue with a JNDI name as queue/myQueue, you need to associate the MDB with the queue in your jboss.xml file as follows: | | Amit'sMDB | queue/myQueue | | Now if yo