i am using Logstash, with stomp as an input plugin configured, which should collect messages from ActiveMQ.
In ActiveMq, I see the following as the payload:
{xyz:null=[[ Date: 2017/11/09 09:24:24.687 - Value: test=123.0 - Status: NOT PROCESSED - Value2: uzm - Mode: true ]],
When I run logstash, all my messages are coming back blank.
I see that the message shows up as ActiveMQObjectMessage, is it possible to process this?
Do I need to configure anything special to see output of such a message?