Add service connection for Docker Compose and Testcontainers ActiveMQ

See gh-39363
This commit is contained in:
Eddú Meléndez
2024-01-31 12:35:13 -05:00
committed by Moritz Halbritter
parent f9363569ab
commit f3e7325064
14 changed files with 416 additions and 6 deletions

View File

@@ -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"

View File

@@ -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`