Re: Getting 'java.lang.NumberFormatException: For input string: "1-1"' errors when doing client side ack with STOMP clients if message sent by AMQP producer

2018-04-13 Thread Timothy Bish
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-

Getting 'java.lang.NumberFormatException: For input string: "1-1"' errors when doing client side ack with STOMP clients if message sent by AMQP producer

2018-04-13 Thread Daniel Hutchison
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

Message Property Type Always String?

2018-04-13 Thread Tom Parsons
Hello Forum- I'm a new user of ActiveMQ CMS (ActiveMQ-cpp-3.9.3), and new to JMS as well. I am creating, formatting, and sending test messages to myself to start. In my code to consume those message, I check the property type of all the message properties. I noticed that the property type of al

Re: ActiveMQ failover support for REST api

2018-04-13 Thread Tim Bain
The behavior of the failover transport is implemented in the ActiveMQ Java (or .NET, or C++) client library, so you're not going to be able use it with wget or similar tools. So if you're looking to use the REST API with standard Linux command-line tools, you'll need to implement your own failover

ActiveMQ failover support for REST api

2018-04-13 Thread ubaid
Hi, We are using REST API to consume messages from AMQ, for the high availability of AMQ we are using Master/Slave concept but we are unable to use failover concept here with RESET API for consuming messages from AMQ. *wget --user admin --password admin http://localhost:8161/api/message?destinatio