On 6/25/06, blueshed <[EMAIL PROTECTED]> wrote:
I mistakenly took the login as the clientId. Having read the java code I found that Stomp takes a client-id header on the connection frame ( not documentented ) which is then linked to the activemq.subcriptionName header of the subscribe frame ( confusingly documented ). Perhaps an extension of the excellent Stomp tests would clear this up better than documentation.
Great catch ;) Have updated the documentation... http://activemq.org/site/stomp.html
Now I have a durable subscription using stomp and can move on. JConsole is great! Saved the day.
Great! I love JConsole too ;) -- James ------- http://radio.weblogs.com/0112098/
