Create Simple Java Stomp client
-------------------------------
Key: AMQ-2003
URL: https://issues.apache.org/activemq/browse/AMQ-2003
Project: ActiveMQ
Issue Type: New Feature
Affects Versions: 5.2.0
Reporter: Dejan Bosanac
Assignee: Dejan Bosanac
Fix For: 5.3.0
This is something we must have mostly for our testing purposes. Writing complex
Stomp test cases is tedious and results in unreadable tests. Part from that, a
few users asked for one, so it would be good to have it.
I've started work on it, basically adding methods to StompConnection class
(which will be moved from 'test' to 'main' tree). We also need an easy way to
parse Stomp frames from strings, so we can check frames broker returns and
extract headers such as message-id. I'll add a method in StompFrame for that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.