end of org.apache.openejb.config.AutoConfig#processActivationConfig: if ("javax.jms.Topic".equals(destinationType)) { if (!properties.containsKey("clientId")) { mdb.getActivationConfig().addProperty("clientId", ejbDeployment.getDeploymentId()); } if (!properties.containsKey("subscriptionName")) { mdb.getActivationConfig().addProperty("subscriptionName", ejbDeployment.getDeploymentId() + "_subscription"); } }
shouldn't be hard to update ;) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-04-20 19:58 GMT+02:00 hwaastad <he...@waastad.org>: > Hi, > pretty simple: > > https://github.com/hwaastad/TomeeMdbTest.git > > 1. mvn tomee:run -Pnode1 > 2. mvn tomee:run -Pnode2 > > I've removed entries in system properties (which made it work) > > br hw > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/JMS-Topic-MDB-tp4674499p4674535.html > Sent from the TomEE Users mailing list archive at Nabble.com. >