You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Nathan Mittler (JIRA)" <ji...@apache.org> on 2006/06/13 01:25:51 UTC

[jira] Commented: (AMQ-739) STOMP transport handles JMS type improperly

    [ https://issues.apache.org/activemq/browse/AMQ-739?page=comments#action_36315 ] 

Nathan Mittler commented on AMQ-739:
------------------------------------

It isn't possible to reuse the "type" header (JMSType) for the purpose of sending through the information as to what type of message it is (text or bytes).  So this means that we need to add another activemq extension header.   I propose "amq-msg-type".

> STOMP transport handles JMS type improperly
> -------------------------------------------
>
>          Key: AMQ-739
>          URL: https://issues.apache.org/activemq/browse/AMQ-739
>      Project: ActiveMQ
>         Type: Bug

>   Components: Transport
>  Environment: sending from STOMP to JMS
>     Reporter: Nathan Mittler
>     Assignee: Nathan Mittler
>     Priority: Minor
>      Fix For: 4.1

>
> 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