[jboss-user] [Beginners Corner] - MDB cannot be created when running in "all" configuration

gan.gary do-not-reply at jboss.com
Mon Aug 25 09:31:27 EDT 2008


I have a JBoss app. When it's running in "default" configuration on different PC in the network (let say: 10.10.10.10, 10.10.10.11, 10.10.10.12) with this MDB, everything is fine (context/global JNDI can be created).


@MessageDriven(activationConfig =
  | {
  |  
  |     @ActivationConfigProperty(propertyName="destination", propertyValue="queue/XXX/YYY 
  | })

but when runnning in "all" configuration, the MDB only can be created by first Jboss (let say: 10.10.10.10) in network, the subsequent running JBoss instance ((let say: 10.10.10.11,  10.10.10.12) detected the running instance, seems clustering it automatically, causes the MDB on folowing JBoss instance cannot created. Any idea?

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

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



More information about the jboss-user mailing list