Re: ActiveMQ REST Api with HTTP

2017-05-12 Thread kovacro
Hello, Excellent advice: You should be able to publish your messages and then look at them in the web console to confirm that the right values are getting set. I see all my messages in the wed admin console. I see the property test=2 associated with the message.

Re: ActiveMQ REST Api with HTTP

2017-05-10 Thread kovacro
Hello, Point 1: I insert the the 4 following messages curl -u admin:admin -d "hello world 1" -H "Content-Type: text/plain" -XPOST "http://localhost:8161/api/message?destination=queue://Test_Kovac&&clientId=KovacIP1"; curl -u admin:admin -d "test selector" -H "selector test" -H "Content-Type: te

Re: ActiveMQ REST Api with HTTP

2017-05-10 Thread kovacro
Hello Tim, First of all, thank you very much for replying. Concerning point 1: I have read your answer and I believe you are right. The clientID is not a filter. My Question: What is the function of the clientID, since I can asssign any value to it and it will work? Bottom line, I don't underst

ActiveMQ REST Api with HTTP

2017-05-08 Thread kovacro
Hello, I am using: curl-7.48.0-win32-mingw apache-activemq-5.14.5-bin (locally) I can add messages like this: curl -u admin:admin -d "hello world 1" -H "Content-Type: text/plain" -XPOST "http://localhost:8161/api/message?destination=queue://Test_Kovac&&clientId=KovacIP1"; curl -u admin:admin -d