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

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


    from 48b998c  Sync deps
     new b8653a0  CAMEL-16568: camel-activemq - Add destination options to 
endpoint options
     new ecfcbe3  CAMEL-16568: camel-activemq - Add destination options to 
endpoint options

The 2 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/catalog/docs/activemq-component.adoc     |  3 +-
 .../activemq/ActiveMQEndpointConfigurer.java       | 37 ++++++++++++++++
 .../activemq/ActiveMQEndpointUriFactory.java       |  3 +-
 .../apache/camel/component/activemq/activemq.json  |  1 +
 .../src/main/docs/activemq-component.adoc          |  3 +-
 .../component/activemq/ActiveMQComponent.java      | 26 ++++++++++++
 .../camel/component/activemq/ActiveMQEndpoint.java | 42 ++++++++++++++++++-
 .../component/activemq/ActiveMQQueueEndpoint.java} | 21 ++++++----
 .../activemq/ActiveMQTemporaryQueueEndpoint.java   | 39 +++++++++++++++++
 .../activemq/ActiveMQTemporaryTopicEndpoint.java}  | 15 ++++---
 .../component/jms/DefaultQueueBrowseStrategy.java  |  2 +-
 ...SentCallback.java => JmsBrowsableEndpoint.java} | 26 ++++++++----
 .../camel/component/jms/JmsQueueEndpoint.java      |  2 +-
 .../camel/component/jms/QueueBrowseStrategy.java   |  2 +-
 .../dsl/ActiveMQEndpointBuilderFactory.java        | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/activemq-component.adoc     |  3 +-
 16 files changed, 243 insertions(+), 31 deletions(-)
 copy 
components/{camel-jms/src/main/java/org/apache/camel/component/jms/JmsQueueEndpoint.java
 => 
camel-activemq/src/main/java/org/apache/camel/component/activemq/ActiveMQQueueEndpoint.java}
 (75%)
 create mode 100644 
components/camel-activemq/src/main/java/org/apache/camel/component/activemq/ActiveMQTemporaryQueueEndpoint.java
 copy 
components/camel-activemq/src/{test/java/org/apache/camel/component/activemq/MyBean.java
 => 
main/java/org/apache/camel/component/activemq/ActiveMQTemporaryTopicEndpoint.java}
 (58%)
 copy 
components/camel-jms/src/main/java/org/apache/camel/component/jms/{MessageSentCallback.java
 => JmsBrowsableEndpoint.java} (65%)

Reply via email to