[jboss-user] [JBoss Messaging] - Re: Integration between JBossMessaging Server 2.0 and Jboss

2008-10-16 Thread rana24
Hi, I tried connecting JBoss Messaging Server 2.0 with my Jboss AS 4.2.3 using configuration steps , defined in below docs. http://www.jboss.org/community/docs/DOC-9893 I have configured JBoss Messaging Server and JBoss AS on the same box, but changed the Port of JBM naming and rmi to 1100 an

[jboss-user] [JBoss Messaging] - Re: Integration between JBossMessaging Server 2.0 and Jboss

2008-10-15 Thread [EMAIL PROTECTED]
anonymous wrote : queue and topic created on JBM 2.0. You want to listen to MDBs from JBM 2.0? (Are you sure about the release number?) You are ahead of our schedule. We haven't tested that scenario. You might be able to work it out, and we would be interested on how you did it since that is

[jboss-user] [JBoss Messaging] - Re: Integration between JBossMessaging Server 2.0 and Jboss

2008-10-15 Thread PeterJ
Here is a simple MDB configured to listen to a particular topic: package some.mdb; | | import javax.ejb.ActivationConfigProperty; | import javax.ejb.MessageDriven; | | [EMAIL PROTECTED](activationConfig = { | @ActivationConfigProperty(propertyName = "destinationType", propertyValue