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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to