Add service connection for Docker Compose and Testcontainers ActiveMQ
See gh-39363
This commit is contained in:
committed by
Moritz Halbritter
parent
f9363569ab
commit
f3e7325064
@@ -70,7 +70,7 @@ The following service connections are currently supported:
|
||||
| Connection Details | Matched on
|
||||
|
||||
| `ActiveMQConnectionDetails`
|
||||
| Containers named "symptoma/activemq"
|
||||
| Containers named "symptoma/activemq", "apache/activemq-classic"
|
||||
|
||||
| `ArtemisConnectionDetails`
|
||||
| Containers named "apache/activemq-artemis"
|
||||
|
||||
@@ -981,7 +981,7 @@ The following service connection factories are provided in the `spring-boot-test
|
||||
| Connection Details | Matched on
|
||||
|
||||
| `ActiveMQConnectionDetails`
|
||||
| Containers named "symptoma/activemq"
|
||||
| Containers named "symptoma/activemq" or `ActiveMQContainer`
|
||||
|
||||
| `ArtemisConnectionDetails`
|
||||
| Containers of type `ArtemisContainer`
|
||||
|
||||
Reference in New Issue
Block a user