streamdal / plumber

A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.

Home Page:https://streamdal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

magnus-longva-bouvet opened this issue · 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
           ��)
              �TcpNoDelayEnabled���SizePrefixDisabled�	CacheSize�
                                                                  ProviderName ActiveMQ�StackTraceEnabled��PlatformDetails	�Java
                                                                                                                                     CacheEnabled���TightEncodingEnabled��
                                                                                                                                                                          MaxFrameSize��@�MaxInactivityDuration�u0 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

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

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