Skip Menu |

This queue is for tickets about the Net-STOMP-Client CPAN distribution.

Report information
The Basics
Id: 79692
Status: rejected
Priority: 0/
Queue: Net-STOMP-Client

People
Owner: Nobody in particular
Requestors: swplotner [...] amherst.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: large message SSL receive stuck
Date: Mon, 17 Sep 2012 14:15:28 +0000
To: "bug-Net-STOMP-Client [...] rt.cpan.org" <bug-Net-STOMP-Client [...] rt.cpan.org>
From: Steffen Plotner <swplotner [...] amherst.edu>
Hi Lionel, Thank you for your great Net::STOMP::Client library. I have been working with the library for several months studying the world of message passing. I have run into an issue with SSL and receiving messages that are larger than 16KB. Basically, I see on the wire the first 16KB being delivered and that's it. Sending a message larger than 16KB is not a problem. It arrives at the ActiveMQ broker, I can see it in the queue, however, the client that subscribes to the queue does not receive any message (only the Net::STOMP::Client library see the first 16KB). Is that 16KB related to the SSL chunk size? If I switch the URL to non-SSL everything works fine. These are the URLs (I know, they say failover, there is a second node, however, for debugging this problem, I made sure that I am dealing with a single node only): # # 16KB receive problem # 'uri' => 'failover:(ssl://activemq-node1.amherst.edu:61612)', # # works # 'uri' => 'failover:(tcp://activemq-node1.amherst.edu:61613)', I have downloaded version Net-STOMP-Client-1.7_5 and have this problem (also with 1.5 and 1.7). Steffen Show quoted text
_______________________________________________________________________________________________ Steffen Plotner Amherst College Tel (413) 542-2348 Systems/Network Administrator/Programmer PO BOX 5000 Fax (413) 542-2626 Systems & Networking Amherst, MA 01002-5000 swplotner@amherst.edu
The problem in fact is not in Net::STOMP::Client but in ActiveMQ. Some very recent versions of ActiveMQ with NIO+SSL have this bug. For more information, see https://issues.apache.org/jira/browse/AMQ-4095.
Subject: RE: [rt.cpan.org #79692] large message SSL receive stuck
Date: Mon, 8 Oct 2012 14:41:51 +0000
To: "'bug-Net-STOMP-Client [...] rt.cpan.org'" <bug-Net-STOMP-Client [...] rt.cpan.org>
From: Steffen Plotner <swplotner [...] amherst.edu>
Hi Lionel, Thank you for help and showing me the path of debugging. I received a message from Massimo Paladin indicating that he opened a JIRA case. It would help to have to bug looked at before the actual 5.7 release. Have a nice day. Steffen Show quoted text
_______________________________________________________________________________________________ Steffen Plotner Amherst College Tel (413) 542-2348 Systems/Network Administrator/Programmer PO BOX 5000 Fax (413) 542-2626 Systems & Networking Amherst, MA 01002-5000 swplotner@amherst.edu
> -----Original Message----- > From: Lionel Cons via RT [mailto:bug-Net-STOMP-Client@rt.cpan.org] > Sent: Monday, October 08, 2012 7:54 AM > To: Steffen Plotner > Subject: [rt.cpan.org #79692] large message SSL receive stuck > > <URL: https://rt.cpan.org/Ticket/Display.html?id=79692 > > > The problem in fact is not in Net::STOMP::Client but in ActiveMQ. > > Some very recent versions of ActiveMQ with NIO+SSL have this bug. > > For more information, see https://issues.apache.org/jira/browse/AMQ-4095.