This is an automated email from the ASF dual-hosted git repository. JiriOndrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2883a6a370894da8aa5f983961c20fc891e49b37 Author: James Netherton <[email protected]> AuthorDate: Tue May 5 13:59:22 2026 +0100 Explicitly enable object message in JMS object serialization tests --- .../messaging/common/src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-tests-support/messaging/common/src/main/resources/application.properties b/integration-tests-support/messaging/common/src/main/resources/application.properties index f848f3ecb4..9b62feb2f6 100644 --- a/integration-tests-support/messaging/common/src/main/resources/application.properties +++ b/integration-tests-support/messaging/common/src/main/resources/application.properties @@ -15,3 +15,7 @@ ## limitations under the License. ## --------------------------------------------------------------------------- quarkus.transaction-manager.object-store.directory=target/narayana + +# For testing JMS object serialization +camel.component.jms.object-message-enabled=true +
