Re: Queue messages not dequeuing

2012-02-24 Thread Matt Lachman
ou should probably > just be dealing with the message payload. > > Jakub > > > Matt Lachman wrote > > > > Hi Jakub, > > > > Yes, from the queue on the broker. As far as the broker is concerned, it > > remains "in-flight" permanently. What'

Re: Queue messages not dequeuing

2012-02-23 Thread Matt Lachman
Hi Jakub, Yes, from the queue on the broker. As far as the broker is concerned, it remains "in-flight" permanently. What's weirder is when I run a standalone java client to consume the messages, it has no trouble whatsoever. So I think there's something going on in the client side that's causing m

Queue messages not dequeuing

2012-02-22 Thread Matt Lachman
Hi, I'm currently having a problem with messages sent to a queue that aren't being dequeued. It appears that my listener is receiving the messages but they are stuck "in flight" on the server and are never being dequeued. My problem domain: I've set up a semaphore of sorts where I have one liste