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

robbie pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git


The following commit(s) were added to refs/heads/development by this push:
     new 17e7355  ARTEMIS-4584: only create sender for the specific queue 
matching the examples security etc config
17e7355 is described below

commit 17e73558d629e6619c47d2ed72c0a2772d246edf
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Thu Jan 25 18:29:29 2024 +0000

    ARTEMIS-4584: only create sender for the specific queue matching the 
examples security etc config
---
 .../amqp-sending-overssl/src/main/resources/activemq/server0/broker.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/features/broker-connection/amqp-sending-overssl/src/main/resources/activemq/server0/broker.xml
 
b/examples/features/broker-connection/amqp-sending-overssl/src/main/resources/activemq/server0/broker.xml
index c1143c5..8b4e34d 100644
--- 
a/examples/features/broker-connection/amqp-sending-overssl/src/main/resources/activemq/server0/broker.xml
+++ 
b/examples/features/broker-connection/amqp-sending-overssl/src/main/resources/activemq/server0/broker.xml
@@ -37,7 +37,7 @@ under the License.
 
       <broker-connections>
          <amqp-connection 
uri="tcp://localhost:5771?sslEnabled=true;verifyHost=true;trustStorePath=server-ca-truststore.p12;trustStorePassword=securepass"
 name="otherBrokerSSL" retry-interval="1000">
-            <sender address-match="#"/>
+            <sender queue-name="exampleQueue"/>
          </amqp-connection>
       </broker-connections>
 

Reply via email to