I got a connection established via Stomp in a Xamarin.Android application.
Great work, guys! I could re-use most of the C# messaging code I used in are
regular .NET application.
I now wonder what I should do for iOS? Is there are reason why the
Apache.NMS source only contains projects for Xamarin
I don't know the exactly details of your use case but this seems reasonable
to me as long as you account for the fact that messages could still be lost
or not received in a timely matter even if there isn't a broker restart or
lost connection. An example where a message could be lost is if the top
First: I'm glad you are using the Stream large messages feature. very nice!
The ReadOnly message is because of the JMS Spec and TCK tests... we
were bound to throw an exception if the message was read-only.. that
is valid for any JMS Message.. not only large messages.
Second you could resend a
Hi,
How do I best copy a large message using JMS API?
I have a JMS listener that just wants to check the message and pass it along to
another queue.
Simply sending the same incoming message is not possible (read only exception).
So I figured I need to copy the entire message content (might b