This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 04160a1  CAMEL-11869: Removed the unused dependency to mockito from 
camel-jcache
     new b61b8cc  CAMEL-11931: camel-jms - Add better support for Stream JMS 
message type
     new 3143225  CAMEL-11931: camel-jms - Add better support for Stream JMS 
message type
     new d4ed964  CAMEL-11931: adding artemis example
     new 38b78e9  Regen
     new d2899e7  CAMEL-11931: adding artemis example and optimise camel-jms 
for Artemis in streaming mode for large messages.
     new 67fde94  CAMEL-11931: Rename example

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel-amqp/src/main/docs/amqp-component.adoc   |   6 +-
 .../camel-jms/src/main/docs/jms-component.adoc     |   6 +-
 .../org/apache/camel/component/jms/JmsBinding.java | 115 +++++++++++++++++++--
 .../apache/camel/component/jms/JmsComponent.java   |  20 ++++
 .../camel/component/jms/JmsConfiguration.java      |  21 +++-
 .../camel/component/jms/JmsMessageHelper.java      |  33 ++++++
 .../component/jms/StreamMessageInputStream.java    |  90 ++++++++++++++++
 ...dersTest.java => JmsStreamMessageTypeTest.java} |  53 +++++-----
 examples/README.adoc                               |   4 +-
 .../camel-example-artemis-large-messages/README.md |  77 ++++++++++++++
 .../pom.xml                                        |  41 +++-----
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 .../resources/META-INF/spring/camel-context.xml    |  41 ++++----
 .../src/main/resources/log4j2.properties           |   9 +-
 examples/pom.xml                                   |   1 +
 .../springboot/AMQPComponentConfiguration.java     |  18 ++++
 .../jms/springboot/JmsComponentConfiguration.java  |  36 +++++++
 18 files changed, 481 insertions(+), 90 deletions(-)
 create mode 100644 
components/camel-jms/src/main/java/org/apache/camel/component/jms/StreamMessageInputStream.java
 copy 
components/camel-jms/src/test/java/org/apache/camel/component/jms/{JmsAllowAdditionalHeadersTest.java
 => JmsStreamMessageTypeTest.java} (64%)
 create mode 100644 examples/camel-example-artemis-large-messages/README.md
 copy examples/{camel-example-jmx => 
camel-example-artemis-large-messages}/pom.xml (77%)
 copy {tooling/maven/guice-maven-plugin => 
examples/camel-example-artemis-large-messages}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {tooling/maven/guice-maven-plugin => 
examples/camel-example-artemis-large-messages}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy 
components/camel-apns/src/test/resources/org/apache/camel/component/apns/spring/SpringApnsConsumerTest-context.xml
 => 
examples/camel-example-artemis-large-messages/src/main/resources/META-INF/spring/camel-context.xml
 (52%)
 copy 
{archetypes/camel-archetype-activemq/src/main/resources/archetype-resources => 
examples/camel-example-artemis-large-messages}/src/main/resources/log4j2.properties
 (90%)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to