You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/10/20 12:17:05 UTC

[jira] [Commented] (CAMEL-11931) camel-jms - Add better support for Stream JMS message type

    [ https://issues.apache.org/jira/browse/CAMEL-11931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16212539#comment-16212539 ] 

Claus Ibsen commented on CAMEL-11931:
-------------------------------------

So historically we have sent streams / files etc via bytes messages via camel-jms. To be backwards compatible we may just keep doing that, and then have an option end users need to turn on to enable stream message type. You can set jmsMessageType=Stream on the endpoint but then it uses that type for all kind, also just plain text based etc.

> camel-jms - Add better support for Stream JMS message type
> ----------------------------------------------------------
>
>                 Key: CAMEL-11931
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11931
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jms
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.21.0
>
>
> We should add better support for the stream message type, so if message brokers have good implementation of that, you can better stream from one queue to another, or from a queue to file system etc, without loading all data into memory.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)