You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/09 00:24:33 UTC

[jira] [Commented] (CAMEL-7949) JmsMessageHelper to support automatic conversion from ByteBuffer to BytesMessage

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

ASF GitHub Bot commented on CAMEL-7949:
---------------------------------------

GitHub user oscerd opened a pull request:

    https://github.com/apache/camel/pull/324

    CAMEL-7949 JmsMessageHelper to support automatic conversion from ByteBuffer to BytesMessage

    Hi all,
    
    This PR is related to:
    https://issues.apache.org/jira/browse/CAMEL-7949
    
    Thanks,
    Bye.
    Andrea

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/oscerd/camel fix-camel-7949

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/324.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #324
    
----
commit 46c248aa877eb4ae08f71de706d3cfcda341e451
Author: ancosen <an...@gmail.com>
Date:   2014-11-08T19:30:27Z

    fix Camel-7949 JmsMessageHelper to support automatic conversion from ByteBuffer to BytesMessage

commit c90e711c751b3573651d8eba6266e8ea53531803
Author: ancosen <an...@gmail.com>
Date:   2014-11-08T19:32:06Z

    Removed unused import

commit 1abbe068ad40b05c94dc976d32bac08dfe6d0427
Author: ancosen <an...@gmail.com>
Date:   2014-11-08T23:19:17Z

    Merge remote-tracking branch 'upstream/master' into fix-camel-7949

----


> JmsMessageHelper to support automatic conversion from ByteBuffer to BytesMessage
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-7949
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7949
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sjms
>    Affects Versions: 2.14.0
>            Reporter: Aaron Whiteside
>            Priority: Minor
>
> JmsMessageHelper to support automatic conversion from ByteBuffer to BytesMessage.
> Looking at the code, byte[] and InputStream conversion to BytesMessage could utilize camel's built in type conversion functionality and not reimplement it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)