Skip to content

Commit e6f0aec

Browse files
committed
Update activation spec
1 parent de0e340 commit e6f0aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ If building a CICS bundle ZIP the CICS JVM server name for the EAR bundle part s
143143
that the MDB `MySimpleMDB` is invoked when the MDBQUEUE is written to.
144144

145145
```xml
146-
<jmsActivationSpec id="com.ibm.cicsdev.mqjms.mdb.ear/com.ibm.cicsdev.mqjms.mdb/MySimpleMDB">
146+
<jmsActivationSpec id="cics-java-liberty-mqjms-ear-1.0.0/cics-java-liberty-mqjms-mdb/MySimpleMDB">
147147
<properties.wmqJms destinationRef="jms/mdbq" destinationType="javax.jms.Queue"
148148
channel="WAS.JMS.SVRCONN"
149149
hostName="localhost"
@@ -173,7 +173,7 @@ This name is displayed in the Liberty servers messages.log file when the MDB is
173173
registered into the EJB container:
174174

175175
```
176-
[8/16/17 15:42:47:611 BST] 0000004b com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime I CNTR0180I: The MySimpleMDB message-driven bean in the com.ibm.cicsdev.mqjms.mdb.jar module of the com.ibm.cicsdev.mqjms.mdb.ear application is bound to the com.ibm.cicsdev.mqjms.mdb.ear/com.ibm.cicsdev.mqjms.mdb/MySimpleMDB activation specification.
176+
[8/16/17 15:42:47:611 BST] 0000004b com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime I CNTR0180I: The MySimpleMDB message-driven bean in the com.ibm.cicsdev.mqjms.mdb.jar module of the com.ibm.cicsdev.mqjms.mdb.ear application is bound to the cics-java-liberty-mqjms-ear-1.0.0/cics-java-liberty-mqjms-mdb/MySimpleMDB activation specification.
177177
```
178178

179179

0 commit comments

Comments
 (0)