Author |
Message |
Topic: How to handle invalid junk characters at beginning |
abhishekp061
Replies: 10 Views: 11932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 03, 2022 10:03 am Subject: How to handle invalid junk characters at beginning |
I tried reading the message as BLOB and then convert it to string but due to the invalid characters at the beginning of the file, the conversion fails.
SET Value = CAST(myBlob AS CHARACTER CCSID 12 ... |
Topic: How to handle invalid junk characters at beginning |
abhishekp061
Replies: 10 Views: 11932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 03, 2022 7:40 am Subject: How to handle invalid junk characters at beginning |
Could you please elaborate on how to parse it in IIB?
This is an existing applications.
Earlier, message domain was set to XMLNSC and the message used to be processed successfully.
Now, with ... |
Topic: How to handle invalid junk characters at beginning |
abhishekp061
Replies: 10 Views: 11932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 03, 2022 6:58 am Subject: How to handle invalid junk characters at beginning |
The getting application is Datapower.
Datapower fetches the messages from an external queue and forwards the same to IIB.
The source has CCSID 1208. The same was set at Datapower as well but tha ... |
Topic: How to handle invalid junk characters at beginning |
abhishekp061
Replies: 10 Views: 11932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 03, 2022 2:31 am Subject: How to handle invalid junk characters at beginning |
Hi, The data is coming from an external system which is running an unsupported version of MQ.
This MQMD header is unwanted and needs to be stripped off before processing.
At IIB, I first read the ... |
Topic: How to handle invalid junk characters at beginning |
abhishekp061
Replies: 10 Views: 11932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 02, 2022 8:48 am Subject: How to handle invalid junk characters at beginning |
Hi, I am receiving an XML file with invalid junk characters at the beginning of the file as below:
MDE H"¸MQSTR AMQ COREDC.QM4 Ègcù; ÿÿÿÿ
<?xml version="1.0" encoding=& ... |
Topic: SMPP implementation using IIB for sending messages |
abhishekp061
Replies: 1 Views: 2614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 09, 2022 2:35 am Subject: SMPP implementation using IIB for sending messages |
Hi,
I am looking at setting up IIB as an SMPP client and sending out messages to an SMSC (SMS center). Has this been implemented? Any advice is greatly appreciated!  |
Topic: SMPP Protocol |
abhishekp061
Replies: 1 Views: 4486
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 28, 2022 4:58 am Subject: SMPP using WMB/IIB |
Hi,
Were you able to implement SMPP using WMB? |