[MI] Add TLS connection parameters for RabbitMQ
Open
@DinithiDiaz is already working on this.
Since Aug 18, 2023.
MI-4.2.0
- Dominant language
- CSS
- Stars
- 99
- Forks
- 708
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 22
Description
Description:
The following documentation page needs to be updated with TLS-related configuration parameters at the endpoint level.
https://apim.docs.wso2.com/en/latest/reference/synapse-properties/transport-parameters/rabbitmq-transport-parameters/#service-level-parameters-sending-messages
Example endpoint configuration
<?xml version="1.0" encoding="UTF-8"?>
<endpoint name="RabbitMQEP" xmlns="http://ws.apache.org/ns/synapse">
<address uri="rabbitmq:/consumerQueue?rabbitmq.server.host.name=localhost&rabbitmq.server.port=5671&rabbitmq.server.user.name=guest&rabbitmq.server.password=guest&rabbitmq.queue.routing.key=consumerQueue&rabbitmq.exchange.name=myExchange&rabbitmq.connection.ssl.enabled=true&rabbitmq.connection.ssl.keystore.type=JKS&rabbitmq.connection.ssl.version=SSL&rabbitmq.connection.ssl.keystore.location=repository/resources/security/wso2carbon.jks&rabbitmq.connection.ssl.truststore.location=repository/resources/security/client-truststore.jks&rabbitmq.connection.ssl.truststore.password=wso2carbon">
<suspendOnFailure>
<initialDuration>-1</initialDuration>
<progressionFactor>1.0</progressionFactor>
</suspendOnFailure>
<markForSuspension>
<retriesBeforeSuspension>0</retriesBeforeSuspension>
</markForSuspension>
</address>
</endpoint>
We need to extract parameters and add them to the document accordingly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.