Skip to content
Advertisement

Tag: boomi

Configuring Boomi JMS connector to ActiveMQ Artemis

I’ve been using a JMS connector in Boomi to connect with ActiveMQ Artemis 2.14, but using the client library activemq-all-5.15.11.jar and factory org.apache.activemq.jndi.ActiveMQInitialContextFactory This works, except I’m having issues with the connections creating numerous org.apache.activemq.artemis.core.server.impl.MessageReferenceImpl objects in the heap, which aren’t associated with the actual messages, but rather the ActiveMQ.Advisory.TempQueue. So I’m trying to setup a Boomi JMS connector using

Advertisement