Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for IBM MQ | 7.6.0 |
In a scenario where BW applications have processes started with an MQ plug-in listener are configured in fault tolerance mode, that is, one is active the other is standby. After an active application goes to standby, it could generate the following error when there is a new message coming on the queue it listens to. The standby application tries to pick up the first message and runs into the error.
Could not find process definition: Processes/CERNConnector/V2/Starters/Listen For PlanningAvailabilityEvents.process
at com.tibco.pe.core.ProcessStarter$EventSourceContextImpl.newEvent(Unknown Source)
at com.tibco.plugin.bwmq.SubscriberActivityBase$Poller.createEventContext(SubscriberActivityBase.java:862)
at com.tibco.plugin.bwmq.SubscriberActivityBase$Poller.itsTime(SubscriberActivityBase.java:778)