STOMP subscription receipt can be out of order with message dispatch, resulting
in consumer/client error
--------------------------------------------------------------------------------------------------------
Key: AMQ-3497
URL: https://issues.apache.org/jira/browse/AMQ-3497
Project: ActiveMQ
Issue Type: Bug
Components: Transport
Affects Versions: 5.5.0, 5.4.2
Environment: stomp
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 5.6.0
When a receipt[1] is specified on a subscribe frame, it is possible that a
message dispatch on the newly created subscription gets delivered before the
RECEIPT, causing a stomp client to error out. The perl client
http://search.cpan.org/~lcons/Net-STOMP-Client-1.1/ gives
{code}*** unexpected RECEIPT frame received: xxx {code}
[1] http://stomp.github.com/stomp-specification-1.1.html#Header_receipt
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira