enable OpenWire protocol in broker.xml eg:
<acceptor name="openwire-acceptor">tcp://localhost:61616?protocols=OPENWIRE</acceptor>
add implementation dependency (for spring boot 3 here)
implementation 'org.apache.activemq:artemis-jakarta-openwire-protocol'