So far I have uri addition of message/queuename // identifies you are going to post data to or get data from a queue JMSTimeToLive=XXXX // allows message to expire in millisecods if on queue too long. clientId=XXXX // an internal ID used to keep session open between gets readTimeout=XXXX // in milliseconds states how long to wait before giving up on getting a message from the queue. type=queue // to say you are accessing a queue or I believe you can post to a Topic but I have no idea how you would use REST to get a message from a Topic (doesnt seem possible or even the right thing to do).
I am trying to find out how to make sure I am creating a non-durable queue form REST if thats possible. Even though there is a page on REST and some example code I dont know where to find a list of keywords. I looked in the book ActiveMQ in action (not much on REST though a good resource in general) I have searched google etc read the page http://activemq.apache.org/rest.html but alas I guess I am looking for a better way to feel more acclimated. Since using HTTP/REST I have already run into this problem not sure I fixed it yet. http://stackoverflow.com/questions/811732/activemq-5-2-0-rest-http-post-java-lang-outofmemoryerror Thanks.. -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-there-a-list-of-REST-keywords-for-ActiveMQ-tp2537742p2537742.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.