Hi,
I am trying to create a JMS trigger and related components in MWS and IS. when i am enabling the JMS trigger it’s throwing an error.
com.wm.app.b2b.server.jms.ResourceUnavailableException: java.lang.IllegalArgumentException: Found invalid name, reason: javax.naming.InvalidNameException: Must be a CompositeName
Steps to Create JMS trigger and component i am following are listed below.
- Creating Destination/Lookup name in MWS
- Creating Document Type in MWS and mapping it to earlier created Destination.
- Adding Can subscribe/publish permission for doc type under IS-JMS client group.
- Creating Durable subscriber under client using JMs connection factory created earlier and destination.
- login to developer and create a JMS trigger. provided Lookup name under destination, Durable subscriber name and enabled it.
- Go to IS page, messaging and when i check the status of jms trigger i see above error.
AFAIK issue is to do something with Destination. because when i use existing old Destination names it works fine.
PS - Our broker is setup as HA. so we have one main and fail over server.
will appreciate any help on this.