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

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


    from 7f0c3971cde CAMEL-20654: camel-xslt: Make variables available as 
xsl:param (#13467)
     new dcfbe871423 CAMEL-20447: fix SjmsComponentRestartTest test due to 
lifecycle requirements
     new ddddb412468 CAMEL-20477: rework a shared topic test to allow tests to 
run concurrently
     new 32035640538 CAMEL-20477: make the shared topic test an integration 
test for consistency
     new 9a87a3d467d CAMEL-20477: adjust Artemis service to reduce broker 
recycling

The 4 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:
 .../jms/JmsAsyncStartStopListenerTest.java         |   2 +-
 .../jms/JmsDefaultTaskExecutorTypeTest.java        |   2 +-
 ...RequestReplyTempQueueMultipleConsumersTest.java |   2 +-
 .../component/jms/TwoConsumerOnSameTopicTest.java  | 132 ---------------------
 .../jms/integration/JmsLoadBalanceFailOverIT.java  |   2 +-
 .../consumers/MultipleMessagesSameTopicIT.java     |  66 +++++++++++
 .../consumers/SingleMessageSameTopicIT.java        | 110 +++++++++++++++++
 .../consumers/TwoConsumerOnSameQueueIT.java}       |   4 +-
 ...dLetterChannelHandlerRollbackOnExceptionIT.java |   2 +-
 .../jms/tx/TransactedOnCompletionTest.java         |   2 +-
 .../component/sjms/SjmsComponentRestartTest.java   |  22 +++-
 .../sjms/consumer/InOutConsumerQueueAsyncTest.java |  20 +++-
 .../sjms/producer/QueueProducerQoSTest.java        |   2 +-
 .../sjms/support/JmsCommonTestSupport.java         |   2 +-
 .../sjms/tx/TransactedConcurrentConsumersTest.java |   6 +
 .../sjms/tx/TransactedConsumerSupport.java         |   6 -
 .../tx/TransactedConsumersMultipleRouteTest.java   |   6 +
 .../sjms/tx/TransactedQueueConsumerTest.java       |   6 +
 .../sjms/tx/TransactedTopicConsumerTest.java       |   6 +
 .../component/sjms2/SimpleJms2ComponentTest.java   |   2 +-
 .../sjms2/Sjms2EndpointNameOverrideTest.java       |   2 +-
 .../camel/component/sjms2/Sjms2EndpointTest.java   |   2 +-
 .../consumer/InOnlyTopicDurableConsumerTest.java   |  11 ++
 .../consumer/InOnlyTopicSharedConsumerTest.java    |  11 ++
 .../sjms2/producer/InOnlyQueueProducerTest.java    |  10 ++
 .../sjms2/producer/InOnlyTopicProducerTest.java    |  10 ++
 .../sjms2/producer/Sjms2ToDSendDynamicTest.java    |  11 ++
 .../component/sjms2/support/Jms2TestSupport.java   |  16 +--
 .../camel/component/stomp/StompBaseTest.java       |   6 +-
 .../infra/artemis/services/ArtemisService.java     |  10 +-
 .../artemis/services/ArtemisServiceFactory.java    |   4 +-
 31 files changed, 319 insertions(+), 176 deletions(-)
 delete mode 100644 
components/camel-jms/src/test/java/org/apache/camel/component/jms/TwoConsumerOnSameTopicTest.java
 create mode 100644 
components/camel-jms/src/test/java/org/apache/camel/component/jms/integration/consumers/MultipleMessagesSameTopicIT.java
 create mode 100644 
components/camel-jms/src/test/java/org/apache/camel/component/jms/integration/consumers/SingleMessageSameTopicIT.java
 rename 
components/camel-jms/src/test/java/org/apache/camel/component/jms/{TwoConsumerOnSameQueueTest.java
 => integration/consumers/TwoConsumerOnSameQueueIT.java} (98%)

Reply via email to