Re: Activemq + Stomp queue gets stuck

2018-03-10 Thread Tim Bain
Is the content of these large messages that crosses the wire from the broker to the consumer well-formed? (Maybe use Wireshark or similar to find out?) I'm looking to determine whether the problem is in the STOMP message the broker creates or in the PHP client that's trying to parse it. Tim On

Re: Activemq + Stomp queue gets stuck

2018-02-23 Thread codemonkey
Having the same issue. Did you figure out a solution? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Activemq + Stomp queue gets stuck

2013-09-12 Thread humphreysjim
Interestingly, hasFrame does acknowledge that a frame is there, it's just that readFrame returns a null/blank message. -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-Stomp-queue-gets-stuck-tp4671453p4671455.html Sent from the ActiveMQ - User mailing list