Skip to content

Commit

Permalink
Add cofing
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz committed Oct 31, 2023
1 parent 755c161 commit 5086b0a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/toxiproxy-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"name": "alfresco-activemq",
"listen": "[::]:30000",
"upstream": "activemq:61616",
"enabled": true
},
{
"name": "indexing-activemq",
"listen": "[::]:30001",
"upstream": "activemq:61616",
"enabled": true
},
{
"name": "reindexing-activemq",
"listen": "[::]:30002",
"upstream": "activemq:61616",
"enabled": true
}
]

0 comments on commit 5086b0a

Please sign in to comment.