users@glassfish.java.net

Re: [JMS] destination to another application server

From: <glassfish_at_javadesktop.org>
Date: Fri, 23 Jan 2009 09:08:29 PST

Hi Ramesh,

 I have checked JBossMq to confirm Queue is created or not. it is created..
 While deploying my project.ear if Queue is not available in remote server it will through an error saying that "No Queue.RAASRequestXML" available in remote server.So it means if Queue is not available in remote server your project itself won't deploy properly.

I also can see below messages in jboss server(remote):
chalava_at_jbosseserver:/ $ netstat -a | grep 1099 | grep 101.121
jbossserver.1099 101.121.41.411.2653 65161 0 50400 0 TIME_WAIT

chalava_at_jbossserver:/ $ netstat -a | grep 8093 | grep 101.121
jbossserver.8093 101.121.41.411.3320 65452 0 50400 0 ESTABLISHED
jbossserver.8093 101.121.41.411.3321 65352 0 50400 0 ESTABLISHED
jbossserver.8093 101.121.41.411.3322 65452 0 50400 0 ESTABLISHED
jbossserver.8093 101.121.41.411.3323 65452 0 50400 0 ESTABLISHED

it is saying that connection established with my ip address in jboss server.

to connect the jboss server it is using 1099 and to communicate objects back n forth it opened 8093.

So it is giving more clarity on connecting from glassfish to jboss is successful.

I hope there should be a problem in between my code and generic RA.

code: i have one MDB which is using ejb3 annotation to provide queue name.

please find attached files which i have to connect Generic RA.
and also i am sending snap shot which i created in glassfish app server.
[Message sent by forum member 'chalava' (chalava)]

http://forums.java.net/jive/thread.jspa?messageID=327876