Skip to content

Commit

Permalink
ARTEMIS-4584: only create sender for the specific queue matching the …
Browse files Browse the repository at this point in the history
…examples security etc config
  • Loading branch information
gemmellr committed Jan 25, 2024
1 parent c1c40f5 commit 17e7355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 17e7355

Please sign in to comment.