atani <jsteven...@bepress.com> writes: > I downloaded the 5.6 source and added trace logging in StompWireFormat.java > and LegacyFrameTranslator.java and it's starting to look like there's > something happening between the Net::Stomp library and the ActiveMQ input > stream - that something is somehow related to the use of SSL. The problem > only occurs when I'm connected over SSL (possibly something in > IO::Socket::SSL).
What version of Net::Stomp are you using? I have noticed something similar with the latest version (0.4x) on CPAN (messages were sometimes chopped at 65535 bytes) so I went back to 0.35 which has been working flawlessly for me for a year or so. [...]