Newsletters
Abstract
With the release of Manage 8.7, continuous outbound queue support was officially added.
Content
In the External Systems application, a new field called "Outbound Continuous Queue" was added:

If you are using JMS queues, the following actions are required:
This information needs to be added to server.xml (server):
<messagingEngine>
<queue id="cqouterrbd" maxMessageDepth="100000" failedDeliveryPolicy="KEEP_TRYING"/>
<queue id="cqoutbd" maxMessageDepth="100000" exceptionDestination="cqouterrbd"/>
</messagingEngine>
server.xml (client):
<jmsQueue jndiName="jms/maximo/int/queues/cqout"><properties.wasJms queueName="cqoutbd"/></jmsQueue>
<jmsQueue jndiName="jms/maximo/int/queues/cqouterr"><properties.wasJms queueName="cqouterrbd"/></jmsQueue>
If you are using Kafka as the provider, the following actions are required:
- Create the topic on the Kafka server (cqout)
- Select Add/Modify Queues in the External Systems application and add the cqout topic.
Uncheck the options Sequential? and Inbound?
- In the Kafka crontask, add one or more instances to pull messages.
- There is a new error processing crontask called KAFKAERROR.
Configure an instance of the KAFKAERROR crontask for cqout topic.
This crontask processes the messages from the maxinterror table.
[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSLPL8","label":"IBM Maximo Manage"},"ARM Category":[{"code":"a8m50000000CbGsAAK","label":"Integration-\u003EExternal Systems"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]
Was this topic helpful?
Document Information
Modified date:
08 November 2023
UID
ibm17043451