Replies: 3 comments 2 replies
-
Thanks for the suggestion. I just took a look at the docs and saw the command below docker run -d -p 8080:8080 -p 55554:55555 -p 8008:8008 -p 1883:1883 -p 8000:8000 -p 5672:5672 -p 9000:9000 -p 2222:2222 --shm-size=2g --env username_admin_globalaccesslevel=admin --env username_admin_password=admin --name=solace solace/solace-pubsub-standard So, I don't see any complex setup on this and can be done just using Let us know if in your experience there is something else besides the command is displayed in the docs and can belong to a testcontainers module. |
Beta Was this translation helpful? Give feedback.
-
In most of the cases solace is used with additional SSL configuration and this is not possible to execute without creating additional images with certificates etc. But I can try to add example with solace configuration to discuss it further. |
Beta Was this translation helpful? Give feedback.
-
There is a module already, which will be available in the next release. See https://www.testcontainers.org/modules/solace/ |
Beta Was this translation helpful? Give feedback.
-
I was thinking about adding support for PubSub+ Event Broker using testcontainers with authorization and simple topics management.
Information:
https://solace.com/products/event-broker/software/
Docker image:
https://hub.docker.com/r/solace/solace-pubsub-standard
What do you think about that ?
Executing more complex cases (without multiple steps to configure) with additional configuration is not really straightforward and can be simplified.
Beta Was this translation helpful? Give feedback.
All reactions