From brandon.casci at gmail.com Fri Dec 12 17:54:19 2008 From: brandon.casci at gmail.com (Brandon Casci) Date: Fri, 12 Dec 2008 17:54:19 -0500 Subject: [Stompserver-users] monitor queue Message-ID: <9d81c0e40812121454we118a27o5b2b86d10e12843e@mail.gmail.com> Hello I think I found a bug. Not sure. I'm using a memory queue. It seems if the messages are added and then drained fast enough, the monitor queue is never updated for that entire message action and therefore you don't get what is expected /queue/monitor. In my case, the queue I'm interested in never even shows up in the stats. If I slow things down, it will. I don't really want to slow things down though. I hope this makes sense. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From brandon.casci at gmail.com Sat Dec 13 11:32:51 2008 From: brandon.casci at gmail.com (Brandon Casci) Date: Sat, 13 Dec 2008 11:32:51 -0500 Subject: [Stompserver-users] monitor queue Message-ID: <9d81c0e40812130832hda3dacdge471ae6c0b084532@mail.gmail.com> My previous post was incorrect. The /queue/monitor issue is not related to the a queues enqueue/dequeue frequency. The specific issue is whenever I have a subscription to a given queue, that queues stats won't accumulate at all. I've looked at stomp server code, and I don't see anything that would prevent this. Do you think there are there any message headers I should set, or unset to fix this? By the way, my subscriptions are set up with the active_messaging plugin. -------------- next part -------------- An HTML attachment was scrubbed... URL: From charl at matthee.org.za Tue Dec 16 18:22:31 2008 From: charl at matthee.org.za (Charl Matthee) Date: Wed, 17 Dec 2008 10:22:31 +1100 Subject: [Stompserver-users] SSL Support Message-ID: Hi, Has there been any discussion/thoughts on adding SSL/encryption to the connections between client and server? Ciao Charl