Re: Looking for guidance on conversion from embedded activemq to artemis

2023-01-06 Thread Michael Brennock
Thank you for your feedback Justin. I will be more specific in my descriptions. - First, the activeMQ application creates an instance of BrokerService from BrokerFactory.createBroker(), with a activemq-config.xml for its argument - Next, the queues themselves are loaded one at a time

Re: Looking for guidance on conversion from embedded activemq to artemis

2023-01-06 Thread Justin Bertram
There's just not enough detail in what you've stated to provide any concrete help with your migration. You said, "...it looks like BrokerService is used throughout the application," but you've provided no details about _how_ BrokerService is used. Most applications using an embedded broker are

Re: Looking for guidance on conversion from embedded activemq to artemis

2023-01-06 Thread Michael Brennock
Thanks for the quick reply! For a more specific question, it looks like BrokerService is used throughout the application, as well as the active-mq-initializer bean from activeMQ. To clarify, I inherited this project from other developers who are long gone. I started working on this because I