IBM Integration Bus (formerly WebSphere Message Broker) is integration broker that provides connectivity and universal data transformation in heterogeneous IT environments.
Questions tagged [ibm-integration-bus]
428 questions
3
votes
1 answer
How to create xml in esql
I am trying to create an xml of the below format
-
5678
I got a clue from
DECLARE sp1 NAMESPACE 'http://www.ibm.com/space1';
/* Namespace declaration to associate prefix 'space1' with the namespace…

Abx
- 2,852
- 4
- 30
- 50
3
votes
2 answers
IBM Integration Bus, best practices for calling multiple services
So I have this requirement, that takes in one document, and from that needs to create one or more documents in the output.
During the cause of this, it needs to determine if the document is already there, because there are different operations to…

Soraz
- 6,610
- 4
- 31
- 48
3
votes
1 answer
ESQL - Does anyone know of a tool which can provide static code analysis for ESQL?
I am writing a large application and was wanting to conduct static code analysis on my code, however I am struggling to find a tool which can do this for ESQL.
I have used SonarQube before with Java, but there is no ESQL or SQL plugin, just PL/SQL…

James King
- 2,425
- 7
- 30
- 45
2
votes
1 answer
Message Broker Node output terminal with multiple connections
What happens when you connect multiple connections to a single output terminal on a node.
I cannot find any IBM documentation on this but the toolkit does not stop me from doing it.
This is just one example but I would like to know the behavior in…

kralco626
- 8,456
- 38
- 112
- 169
2
votes
0 answers
IIB/IBM App connect - KAFKA SASL connection using OAUTHBEARER
I am facing issue while connecting IBM app connect to kafka through SASL connection using OAUTHBEARER.
Below are the property provided by the kafka…

Gopinath Ravi
- 21
- 3
2
votes
2 answers
How to set Xpath based on a specific condition in esql
I am using IBM App Connect 11 .I need to pass xpath as a string to an esql method.The Xpath corresponds to a specific element "text", so I need to pass the condition where keyIdentifier='TIN' as well.I tried like this :
SET xpathStr =…

Lyanna_Learner
- 45
- 5
2
votes
2 answers
Sending an XML File to the MQ
I'm quite new to IIB and MQ Explorer.
Is it possible to send an XML file to a queue and then reading it and modifying it through IIB without 3rd party programs (like RfhUtil)?
In IIB I have a Message flow that consists of MQ Input > Java Compute >…

ShlomiK
- 45
- 8
2
votes
2 answers
How to configure IIB 10 to publish monitoring_event messages as persisitent to persistent MQ queue?
I want to configure IIB 10 and MQ 8 so that the published monitoring-event messages are persisted in a persistent MQ queue.
The manual at : https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/ac37850_.htm
has a Note to…

John Ormerod
- 33
- 6
2
votes
1 answer
Walk trough xmlnsc tree and remove namespaces in ESQL
EDIT: By removing xmlns I tried to solve a problem when Mapping Node wouldn't parse Input Message with fields that contain namespace. Input Body is set manually - not from XSD. When namespaces are removed from file manually everything works. But…

TwistedOwl
- 1,195
- 1
- 17
- 30
2
votes
2 answers
IIB Collector Node and transactions
I am using a Collector Node in my message flow. It is configured to collect 50 message or wait for 30 seconds. Under load testing, Websphere MQ sometimes says that a long-running transaction has been detected, and the pid corresponds with the pid of…

gisly
- 673
- 1
- 8
- 30
2
votes
1 answer
Accessing message content in IIB using JAVA
Does anyone know how to access the content of MbMessage in a Java compute node? I am using IBM integration Toolkit 10 and so far I only understand that Message consists of a root element with various children.
I am receiving JSON text from MQ and I…

Jakub Sluka
- 123
- 1
- 14
2
votes
0 answers
Send and receive message from amqp channel using IBM Integration bus
I'm newbie on IBM products, and I would like to know what would be the best approach to achieve the following integration solution:
A third party application that uses only AMQP to exchange messages, will put a message on an inbound queue (managed…

Khilou
- 21
- 1
2
votes
1 answer
IBM MQ : Multiple QMs in JMS bindings file
We are implementing an MQ/IIB architecture where we will have one QM and one Broker each on 2 RHEL servers load-balanced with each other to divide incoming traffic.
We have consumer applications which connect our servers through JMS bindings file.…

SunScorpio19
- 29
- 6
2
votes
1 answer
WebSphere Remote MQ Clustering
I have two machines - Machine 1 and Machine 2. Machine 1 has one queue manager QM1 and a broker(integration server) BR1 and Machine 2 has one queue manager QM2 and a broker(integration server) BR2 . I want to make a cluster between QM1 AND QM2. I…

Aditya Datta
- 567
- 2
- 7
- 17
2
votes
2 answers
IBM Integration bus mqsicreatebar with references
I'm bit confused with using mqsicreatebar in my environment. I have, for example, following file structure:
root
|--Libraries
| \--Library1
\--Apps
\--App1
\--.project
And App1 is referencing Library1.
I want to run mqsicreatebar such…

BitLord
- 179
- 1
- 14