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
0
votes
2 answers
Use IBM IIB mqsichangeproperties to change SOAPRequest WebService URL
Can I use IBM IIB mqsichangeproperties to change SOAPRequest WebService URL. This will help in avoiding a redeployment when the URLs change slightly without any change to the XSDs. Also helps when migrating from test to production

Sandeep
- 95
- 9
0
votes
2 answers
How to write CHARACTER variable to file in ESQL?
I'm trying to implement simple message flow, which reads text file (SWIFT message) and replaces one field value, then I need to put it back to file.
Flow reads file as blob, then I cast message as CHARACTER and doing replacement. As result I get a…

CaptainFreedom
- 117
- 4
- 11
0
votes
1 answer
Getting Current hour in local time zone ESQL Message broker
I am trying to get the current Hour in local timezone in esql for a requirement by the command:
set throttle_time = EXTRACT(HOUR FROM LOCAL_TIMEZONE);
But it gives me an exception which is given as below:
ExceptionList
RecoverableException
…

jonathan white
- 33
- 4
- 15
0
votes
1 answer
Passing on the XML from java compute node into ESQL Compute node IBM Message broker
I am reading an xml file, I want to make changes in one of XML parameter that occurs more than once in different parent tags i.e Ordernumber. Then i want to send the updated XML from java compute node to ESQL compute node. Any help will be…

jonathan white
- 33
- 4
- 15
0
votes
1 answer
BIP4435The Aggregation Reply node has received a reply message which has a blank reply ID:
I am getting the following error when I try to do a Fan-In using aggregate node in IBM integration bus.
( T24_Integ_Node.default ) The Aggregation Reply node has received a reply message which has a blank reply ID: ''.
This is not allowed because…

kmanu
- 44
- 9
0
votes
4 answers
IBM Integration Bus on AWS Cloud
Can IBM Integration Bus((and /or Websphere message Broker) be implemeted on AWS ? Can my on-premise ESB be migrated to AWS Cloud ?
Thanks in Advance

Christina
- 79
- 1
- 9
0
votes
1 answer
How to reach a value in LocalEnvironment Tree in ESQL :: IBM Message Broker
I'm trying to set WrittenDestination.Name to OutputLocalEnvironment.Variables.zipFileName .
But when I try to run and track the message, value of zipFileName is null.
Here is my ESQL code.
CREATE COMPUTE MODULE TFM_ERecruit_compare
CREATE…

NotA
- 1
- 1
- 3
0
votes
2 answers
IBM Integration Bus - Business Monitor
Can someone explain how the IIB (Integration Bus) and the Business Monitor are connected together?
I've defined monitoring events in my flow.
I then exported the monitoring information to create a model.
Used the model to create an EAR file which I…

HBoss
- 1
- 2
0
votes
1 answer
XMLNSC attributes
I am getting the below message from an application
field:CHARACTER:abcd
mv:CHARACTER:1
name:CHARACTER:NAME
sv:CHARACTER:1
field:CHARACTER:aaaaa
mv:CHARACTER:1
…

Nuthan
- 1
- 2
0
votes
1 answer
ESQL convert to binary
just wondering how to convert integers from XML to Binary PIC 9(4) BINARY
Currently I have
SET OutputRoot.DFDL.ORDERS.NUMBER_OF_ITEMS = CARDINALITY(InputRoot.XMLNSC.p:Order.p:Order_Items.p:Item[]);
Cobol CopyBook
NUMBER-OF-ITEMS PIC 9(4)…

user2381130
- 193
- 2
- 12
0
votes
1 answer
ESQL transform from XML to COBOL and extarct date from string
I am ESQL newbie and transforming XML to Cobol copybook, one of the XML element is date but in string with a format yyyymmdd for example 20140908
I need to extract the year, month and day out of the string also in numeric
05 orderdate
10…

user2381130
- 193
- 2
- 12
0
votes
1 answer
Support for CORS with IBM Integration Bus (Message Broker)
How can you configure IIB to support CORS, and the preflight request?
I would like to configure IIB as a REST proxy with support for CORS. I have IIB configured with an HTTP Input node and my suspicion is that it is rejecting my browser's preflight…

s_t_e_v_e
- 2,496
- 3
- 31
- 35
0
votes
1 answer
Accessing the xml using xpath
I am getting xpath from database as character. I want to retrieve that element from XML using esql. Since the xpath is character , I am not able to retrieve the element from XML. Is any way to convert the character to refer the XML?
For example, my…

user3932408
- 1
- 3
0
votes
1 answer
how to separate xml based on xpath in esql
I am new to esql.
I have an XML similar to the one given below
Mustang
1965
Nova
1967
When i…

Biju
- 17
- 8
0
votes
2 answers
Issue in WMB message broker insert to a Sybase Database Table
Currently am facing an issue while inserting data in to Sybase database 15.7 with WMB code flow. Am currently using WMB7 Broker and I have written code in our message flow which is trying to insert the data in the table directly rather than using …

WENzER
- 205
- 1
- 5
- 15