Re: Artemis (JBoss EAP 7) to HornetQ (EAP 6) elaboration on RedHat example

2018-08-10 Thread Justin Bertram
This slipped off my radar, but I just had a quick look at your code. The JNDI stuff looks like a mish-mash of Wildfly and Artemis implementation properties. One important thing to keep in mind here is that the JNDI implementations between Artemis and Wildfly are completely different and each requ

Re: Artemis (JBoss EAP 7) to HornetQ (EAP 6) elaboration on RedHat example

2018-08-10 Thread JGlass
Done banging my head on this and trying all sorts of different things - opening a Red Hat Support ticket ;-( If they provide a working example I'll post it here if I'm allowed! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

[ANNOUNCE] Apache ActiveMQ 5.15.5 Released

2018-08-10 Thread Christopher Shannon
Hi everyone, The ActiveMQ team is pleased to announce that Apache ActiveMQ 5.15.5 has been released. A list of issues resolved in this release is available here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12343307 The Wiki page for the release is here: http

Get topic in activemq 5.15.4

2018-08-10 Thread quanfehut
Dear all, I have just upgrade activemq 5.12.0 to 5.15.4, but have a problem with my jms client code (using library activemq client) In activemq.xml, I configure virtual destination topic as below:

Re: Get topic in activemq 5.15.4

2018-08-10 Thread Art Licis
If I'm not mistaken, there was a bug related to this and it was fixed in later ActiveMQ versions. What you are looking for should be provided by mqtt.getOriginalDestination(); - Art On Fri, Aug 10, 2018 at 4:45 AM quanfehut wrote: > Dear all, > > I have just upgrade activemq 5.12.0 to 5.15.4, b