I am trying Python stomp
client to send a binary message to JVM via ActiveMQ and I need it as JMS BytesMessage
, but it comes as TextMessage
.
I would imagine it should be possible, as I can do the opposite (JVM to Python), but not sure how.
Anyone knows the trick?