Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
4.0, 4.0.1
-
None
-
None
-
sending from STOMP to JMS
Description
Sending a text message from a stomp client with a content-length results in a bytes message on JMS. Suggest doing the following ...
1) The stomp transport should always add the content-length header to out-going messages, regardless of content-type or whether or not a content-length was provided on the incoming message.
2) The stomp transport should handle in-coming messages with a content-type header, and should pass that through.
3) If a message comes in without a content-length or a content-type, it should just be assumed a TextMessage. This way we can use the terminating null character as the delimiter.