Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
In TIBCO Collaborative Information Manager (CIM), error thrown while publishing a message to a new outbound queue.
Description:
============
In TIBCO Collaborative Information Manager (CIM), error thrown while publishing a message to a new outbound queue.
Environment
==========
TIBCO Collaborative Information Manager 8.1
Operating System(s): All Operating Systems
Symptoms:
========
Error Message WFL-5023: (Undefined)<br>JMS-8402: Error processing message. Error reported by class com.tibco.mdm.integration.messaging.IntraCommunicatorMessagingManager method getMsgMgr. Additional information: The message sender/receiver manager needed to perform the communication asynchronously is not configured for Communication Type: JMS and Payload Packaging Scheme: xxxxxxxxxxx. Check the property: com.tibco.cim.init.IntraCommunicatorMessagingManager.commType.JMS.payloadPackagingScheme.xxxxxxxxxxxx.outboundMsgSenderManager.startupInitObjPropKey.
Cause:
=====
The Payload Packaging Scheme property is not set properly.
Resolution:
========
While configuring the new queue definition, follow the steps provided in the System Administrator's Guide, Chapter 2 Queue Management Queue Wizard - Creating an Outbound Queue. Also, note down the Override payload packaging scheme name and provide the same name in the PublishToEAI activity for PayloadPackagingScheme attribute. Make sure you have the Enterprise DUNS number for the SenderCredential attribute.
Sample:
<Parameter direction="in" name="PayloadPackagingScheme" eval="constant" type="string">com.tibco.cim.init.test3queue3OutboundQueueSenderManager</Parameter>.