RE: [+SPAM+]: Re: [+SPAM+]: Re: How to setup ActiveMQ in TomEE to not use persistence for JMS ?

2017-10-24 Thread COURTAULT Francois
Hello Romain, Sorry to come back to you ... Just want to have some confirmation. Previously, we have in our activemq.xml file, this stuff: I have looked at

RE: [+SPAM+]: Re: [+SPAM+]: Re: How to setup ActiveMQ in TomEE to not use persistence for JMS ?

2017-10-23 Thread COURTAULT Francois
Hello Romain, Finally, with the following settings in tomee.xml: BrokerXmlConfig = broker:(tcp://localhost:61616)?useJmx=falsepersistent=false ServerUrl = vm://localhost In the logs I have: 23-Oct-2017 14:28:59.895 INFO [main]

Re: [+SPAM+]: Re: How to setup ActiveMQ in TomEE to not use persistence for JMS ?

2017-10-23 Thread Romain Manni-Bucau
2017-10-23 12:17 GMT+02:00 COURTAULT Francois : > Hello Romain, > > Sorry to haven't found this by myself :-( > > In my application, I have an MDB and in the log, I am able to see: > 23-Oct-2017 11:36:02.079 INFO [localhost-startStop-1] >

RE: [+SPAM+]: Re: How to setup ActiveMQ in TomEE to not use persistence for JMS ?

2017-10-23 Thread COURTAULT Francois
Hello Romain, Sorry to haven't found this by myself :-( In my application, I have an MDB and in the log, I am able to see: 23-Oct-2017 11:36:02.079 INFO [localhost-startStop-1] org.apache.openejb.config.InitEjbDeployments.deploy Auto-deploying ejb MyMDB: EjbDeployment(deployment-id=MyMDB)