Hello,
I am currently trying to implement SSL/AMQPS functionality into an AMQP 1.0
client for Apache Apollo that I have written. This client uses the Proton
Messenger API. I have been experimenting with SSL functionality using
Proton's /send/ and /recv/ examples.
I'm not sure if I am setting all
The receiver is getting a message, although it comes up empty. Would anyone
possibly know what could be causing this?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Apache-Apollo-AMQP-Message-Size-Limit-tp4697469p4697592.html
Sent from the ActiveMQ - User mailing list ar
Hello,
I am working on integrating an AMQP 1.0 client with the Apache Apollo
server. I am able to send and receive messages up to a certain size (around
16k). After that, the contents of the message will come up as null on the
receiving end. I was able to send/receive these messages with another A