anonymous wrote : I'm having a problem trying to make a Session Bean send a JMS 
message to a queue deployed in another host with another instance of JBoss with 
the same versions

What's the problem? Do you see any exceptions? If yes, then post the stack 
trace.

Make sure that while looking up the remote queue, you are intializing the 
IntialContext properly to point to the remote machine.
Make sure that the following properties are set, while creating the Initial 
context:

            Context.PROVIDER_URL=jnp://remoteServerName:1099
  |             
Context.INITIAL_CONTEXT_FACTORY=org.jnp.interfaces.NamingContextFactory
  |             Context.URL_PKG_PREFIXES=org.jboss.naming:org.jnp.interfaces

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928128#3928128

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928128


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to