You are on page 1of 1

Ambiente

{
"integration": {
"amqp": {
"dialect": "serviceBus",
"serviceBus": {
"topics": {
"sub": {
"evento": {
"event": "evento",
"metadataVersion": "1.0",
"connectionString": "$vault.$env$instanceKeySubCoeCleMsCoeCle",
"contentType": "application/json",
"topicName": "sbt-$env-$instance-coelsa-clearing",
"subName": "coelsa-clearing-ms"
}
}
}
}
}
}
}
Local
{
"integration": {
"amqp": {
"dialect": "rabbitmq",
"rabbitmq": {
"topics": {
"sub": {
"evento": {
"event": "evento",
"metadataVersion": "1.0",
"connectionString": "amqp://guest:guest@localhost:5672",
"topicName": "local-coelsa-clearing",
"subName": "coelsa-clearing-ms",
"isLocal": true
}
}
}
}
}
}
}

You might also like