[ https://issues.apache.org/activemq/browse/AMQ-739?page=all ]
Nathan Mittler resolved AMQ-739:
--------------------------------
Fix Version: (was: 4.1)
Resolution: Won't Fix
Since ActiveMQ already correctly identifies TextMessages and BytesMessages
based on content-length, no action is necessary.
The documenation was updated on the wiki to make it clear how to create
Text/Bytes messages from Stomp: http://www.activemq.org/site/stomp.html
> STOMP transport handles JMS type improperly
> -------------------------------------------
>
> Key: AMQ-739
> URL: https://issues.apache.org/activemq/browse/AMQ-739
> Project: ActiveMQ
> Type: Bug
> Components: Transport
> Versions: 4.0.1, 4.0
> Environment: sending from STOMP to JMS
> Reporter: Nathan Mittler
> Assignee: Nathan Mittler
> Priority: Minor
>
> Original Estimate: 1 week
> Remaining: 1 week
>
> 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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira