On Fri, 2018-04-13 at 14:04 -0400, Timothy Bish wrote:
> On 04/13/2018 01:53 PM, Daniel Hutchison wrote:
> >
> > Hey all,
> >
> > When my STOMP clients try to do client side ACKs on a message that
> > was
> > sent from an AMQP producer, I'm getting the following error message
> > showing up in activemq's log (and my stomp clients get an error on
> > their connection as well):
> >
> > 2018-04-13 10:38:40,263 | WARN | Transport Connection to:
> > tcp://10.1.1.18:39522 failed: java.io.IOException: Unexpected error
> > occurred: java.lang.NumberFormatException: For input string: "1-1"
> > | org.apache.activemq.broker.TransportConnection.Transport |
> > ActiveMQ Transport: tcp:///10.1.1.18:39522@61613
> >
> This is a known issue on the 5.x broker
> https://issues.apache.org/jira/browse/AMQ-6386
>
> I'd give Artemis a try to see if it can do that protocol crossing
> without issues
>
>
Thanks for the quick response. I have upgraded to the latest artemis,
and verified that I can do the cross protocol conversions without any
issue now.
-daniel