You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var mqContainer = new MQContainer(MQContainer.DEFAULT_IMAGE)
14
+
.acceptLicense();
15
+
16
+
```
17
+
installation: |
18
+
```xml
19
+
<dependency>
20
+
<groupId>com.ibm.mq</groupId>
21
+
<artifactId>mq-java-testcontainer</artifactId>
22
+
<version>1.21.2</version>
23
+
<scope>test</scope>
24
+
</dependency>
25
+
```
26
+
27
+
description: |
28
+
IBM MQ provides a universal messaging backbone with robust connectivity for flexible and reliable messaging for applications and the integration of existing IT assets.
0 commit comments