[jboss-user] [JBoss Messaging] - Re: How to send message to a remote queue

2009-05-08 Thread timfox
Also this is a question on JCA configuration, not JBoss Messaging config. None of the above config is JBM config. Please ask in the JCA user forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229632#4229632 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: How to send message to a remote queue

2009-05-07 Thread vandana_awat
hi could you please tell how's your jms-ds.xml configured to interact with the remote queues i have tried the approach of http://www.jboss.org/community/wiki/HowDoIConfigureTheJMSResourceAdapterToUseARemoteConnectionFactory;jsessionid=52AB6F6F37C5425035FA9B75AA8881CE but can't get it to work

[jboss-user] [JBoss Messaging] - Re: How to send message to a remote queue

2009-05-07 Thread clebert.suco...@jboss.com
That's pretty much the procedure. - you define a JMSPRoviderLoader. Give it a name | mbean code=org.jboss.jms.jndi.JMSProviderLoader | name=jboss.mq:service=JMSProviderLoader,name=JMSProvider | attribute name=ProviderNameMyProvider/attribute | attribute

[jboss-user] [JBoss Messaging] - Re: How to send message to a remote queue

2008-11-20 Thread Wayland
finally solved. Forgot to add remote ip address to the connection factory. e.g. @Resource(mappedName=jnp://remotehost:1099/ConnectionFactory) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191110#4191110 Reply to the post :