everson . [http://community.jboss.org/people/everjava] created the discussion

"Re: access queue from different servers"

To view the discussion, visit: http://community.jboss.org/message/627806#627806

--------------------------------------------------------------
Hi, thanks to reply...

but how can I do that using message drive bean deployed on server A listening 
messages from server B ? 

@MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = 
"destinationType", propertyValue = "javax.jms.Queue") ,
                                    
@ActivationConfigProperty(propertyName="destination", 
propertyValue="queue/EversonQueue") },

mappedName = "queue/EversonQueue")
public class MyMDB implements MessageListener {
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/627806#627806]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to