Author |
Message |
Topic: Salesforce Integration using IIB |
MQEnthu
Replies: 2 Views: 3725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 15, 2017 11:10 pm Subject: Salesforce Integration using IIB |
Simplicity, and reduced dev / maintenance costs.
With IIB's Salesforce request node you simply select to either create, delete, retrieve, or update a saleforce record providing it's ID or a simple ... |
Topic: Salesforce Integration using IIB |
MQEnthu
Replies: 2 Views: 3725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 27, 2017 1:35 am Subject: Salesforce Integration using IIB |
We have requirement to integrate our on premise applications with Salesforce application on Cloud.
We are trying achive this using the IIB which already have.
We see that in "Application Integ ... |
Topic: Message re-grouping in broker |
MQEnthu
Replies: 8 Views: 6536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 22, 2015 8:14 pm Subject: Message re-grouping in broker |
Thanks..
As first approach, I will try to ask sending application not to split messages and try to have less number of records in each message to reduce the message size.
If that is not possible I ... |
Topic: SOAP Request - Compute node |
MQEnthu
Replies: 19 Views: 16284
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 22, 2015 5:58 am Subject: SOAP Request - Compute node |
Is the soap msg you posted output of your code?
And what is the issue? |
Topic: Message re-grouping in broker |
MQEnthu
Replies: 8 Views: 6536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 22, 2015 5:48 am Subject: Message re-grouping in broker |
Your flow logic has to do any assembly required (watch out for memory use).
Thanks for clarification. I was thinking the assembling/merging would happens by itself with some settings. By enabling s ... |
Topic: Message re-grouping in broker |
MQEnthu
Replies: 8 Views: 6536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 22, 2015 5:13 am Subject: Message re-grouping in broker |
Broker only supports Grouped messages, not Segmented messages.
Sorry!! It is grouped messages only. Still not working . I want to consume it as whole one message in broker flow |
Topic: Message re-grouping in broker |
MQEnthu
Replies: 8 Views: 6536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 22, 2015 4:52 am Subject: Message re-grouping in broker |
Hi,
I am receiving a segmented messages from application on to my input queue of a flow. It is XML message and split message do not form a valid xml. I would want to have them grouped and form a si ... |
Topic: Subscription - Persistence |
MQEnthu
Replies: 4 Views: 5473
|
Forum: General IBM MQ Support Posted: Mon Mar 17, 2014 10:02 pm Subject: Subscription - Persistence |
Thanks for the reply!!
Yes, I asked aplication to use the alias queue pointing to a topic, but application is insisting on using API for some reason.
The published message persistence is set to ... |
Topic: Subscription - Persistence |
MQEnthu
Replies: 4 Views: 5473
|
Forum: General IBM MQ Support Posted: Mon Mar 17, 2014 6:05 am Subject: Subscription - Persistence |
Hi,
In our integration application is doing WMQ publish using MQ API. The subscription queue is a remote queue and pointing to base queue via intermediate queue manager.
Applicaion - Publish --- ... |
Topic: CCSID of QMGR and message |
MQEnthu
Replies: 10 Views: 9391
|
Forum: General IBM MQ Support Posted: Tue Feb 11, 2014 1:27 am Subject: CCSID of QMGR and message |
Thanks a lot:)
Websphere Message Broker MQOutput node is a different case, because the broker product will prepare the message in the desired codepage before the MQPUT happens.
:yes ... |
Topic: CCSID of QMGR and message |
MQEnthu
Replies: 10 Views: 9391
|
Forum: General IBM MQ Support Posted: Tue Feb 11, 2014 1:02 am Subject: CCSID of QMGR and message |
Thank you for explanation.
First of all MQ does not generate message data for you, it just takes what you supply and it does not change it (on the MQPUT).
You need to set the CCSID to mat ... |
Topic: CCSID of QMGR and message |
MQEnthu
Replies: 10 Views: 9391
|
Forum: General IBM MQ Support Posted: Tue Feb 11, 2014 12:36 am Subject: CCSID of QMGR and message |
Thank you.
So application can put any Character set message (by setting proper CCSID in MQMD/RFH2 header) to queue on queue manager. Or the character set should be supported by queue manager? |
Topic: EBCDIC to ASCII Conversion |
MQEnthu
Replies: 4 Views: 4054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 10, 2014 11:05 pm Subject: EBCDIC to ASCII Conversion |
I have a problem where my input XML message is EBCDIC (CodePage 37 & CCSID 1208) having Chinese characters in the payload and I am trying to convert it to ASCII/UTF-8 format.
I have tried to c ... |
Topic: CCSID of QMGR and message |
MQEnthu
Replies: 10 Views: 9391
|
Forum: General IBM MQ Support Posted: Mon Feb 10, 2014 10:53 pm Subject: CCSID of QMGR and message |
Hi All,
There is a CCSID property set at queue manager level. I wanted some clarification around this.
If application puts a message with non-zero CCSID then the message will not get the Queue m ... |
Topic: Message encoding issues |
MQEnthu
Replies: 2 Views: 3072
|
Forum: General IBM MQ Support Posted: Wed Jan 09, 2013 3:56 am Subject: Message encoding issues |
I asked applications to use UTF-8, some how they are not okay with it...
if it depends on the system..how does it vary when I save it with MQMD and without MQMD??? |