On 07/07/2016 02:08 PM, McFarland, Mike wrote:
I've been using pyactivemq for years to send/receive TextMessage instances via
ActiveMQ.
Now I'm looking to send & receive BytesMessage instances, but pyactivemq seems
to have been abandoned before BytesMessages were fully supported.
I'm assuming Stomp can't receive a BytesMessage, right? Are there any other
python OpenWire bindings?
-Mike
There aren't any other python bindings for OpenWire but you might want
to look at AMQP python clients given that the latest 5.x brokers have
strong AMQP support as well. STOMP can do BytesMessage if that is an
option, the broker treats any STOMP Message frame as a BytesMessage is
the content-length header is set.
--
Tim Bish
twitter: @tabish121
blog: http://timbish.blogspot.com/