plumber icon indicating copy to clipboard operation
plumber copied to clipboard

ActiveMQ - "Unable to complete command: unable to create client: unable to create activemq client"

Open magnus-longva-bouvet opened this issue 3 years ago • 2 comments

I'm running an ActiveMQ 5.16.0 instance, and I can't make plumber connect to it. The queue is protected by a username and a password.

telnet 10.75.93.20 61616
Trying 10.75.93.20...
Connected to 10.75.93.20.
Escape character is '^]'.
;ActiveMQ
           )
              TcpNoDelayEnabledSizePrefixDisabled	CacheSize
                                                                  ProviderName ActiveMQStackTraceEnabledPlatformDetails	Java
                                                                                                                                     CacheEnabledTightEncodingEnabled
                                                                                                                                                                          MaxFrameSize@MaxInactivityDurationu0 MaxInactivityDurationInitalDelay'ProviderVersion	5.16.0^C^Z^CConnection closed by foreign host.
./plumber-linux read activemq --address="10.75.93.20:61616" --queue=myqueue --debug
INFO[0000] 
█▀█ █   █ █ █▀▄▀█ █▄▄ █▀▀ █▀█
█▀▀ █▄▄ █▄█ █ ▀ █ █▄█ ██▄ █▀▄ 
FATA[0000] Unable to complete command: unable to create client: unable to create activemq client: EOF

magnus-longva-bouvet avatar Jun 16 '21 11:06 magnus-longva-bouvet

@magnus-longva-bouvet

Thank you for reporting on this. Will take a look today and report back here!

uzarubin avatar Jun 16 '21 14:06 uzarubin

Hi @magnus-longva-bouvet plumber currently only supports the STOMP protocol. We will work on getting JMS support added

blinktag avatar Jun 16 '21 14:06 blinktag