You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by davidkeen <gi...@git.apache.org> on 2013/10/15 17:31:57 UTC

camel pull request: Custom RabbitMQ headers

GitHub user davidkeen opened a pull request:

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

    Custom RabbitMQ headers

    Updates RabbitMQ component producer and consumer to handle custom headers. See: https://issues.apache.org/jira/browse/CAMEL-6821

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

    $ git pull https://github.com/davidkeen/camel rabbitmq-headers

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

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

----
commit 645cd6ea15d883d2f87ca413c32305e6b2199563
Author: David Keen <dk...@gmail.com>
Date:   2013-10-15T10:33:49Z

    CAMEL-6821: Add support for custom RabbitMQ headers.

commit 55c8617196cec76a11255869d2f53eaba2e56375
Author: David Keen <dk...@gmail.com>
Date:   2013-10-15T14:54:02Z

    CAMEL-6821: Add unit tests for custom RabbitMQ headers.

commit 36e4603845df7f41140cd338a8fb9c1ba40b8359
Author: David Keen <dk...@gmail.com>
Date:   2013-10-15T15:21:39Z

    CAMEL-6821: Deal with null headers.

----