IBM Support

Maximo Manage - Outbound Continuous Queue support

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:
 
image-20231001234901-1
 
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"},{"Type":"MASTER","Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m50000000CbFGAA0","label":"Integration"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.0;8.0.1;8.1.0;8.10.0;8.11.0;8.2.0;8.3.0;8.4.0;8.5.0;8.6.0;8.7.0;8.8.0;8.9.0;9.0.0;9.1.0;9.2.0"},{"Type":"MASTER","Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSO1W7","label":"IBM Maximo Application Suite as a Service"},"ARM Category":[{"code":"a8m50000000CbFGAA0","label":"Integration"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":""}]

Document Information

Modified date:
13 May 2026

UID

ibm17043451