Author |
Message |
Topic: Moving messages from one server + QM to another |
kevinobyrne
Replies: 11 Views: 12086
|
Forum: General IBM MQ Support Posted: Tue Apr 18, 2017 8:32 am Subject: Moving messages from one server + QM to another |
Sometimes what happened is someone on JBOSS side start an instance of application which SHOULD NOT be started and the app message ends up in QM2 (server 2) in the local Q.
we need those messages ... |
Topic: FileOutput node SFTP seems slow |
kevinobyrne
Replies: 2 Views: 1779
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2015 12:35 am Subject: FileOutput node SFTP seems slow |
Thanks Jeff.
We figured out that the delay was due to a large SSH key which was taking a few seconds to encrypt each file. |
Topic: FileOutput node SFTP seems slow |
kevinobyrne
Replies: 2 Views: 1779
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2015 2:24 am Subject: FileOutput node SFTP seems slow |
I'm using WMB 7.0.0.6 on Solaris.
Nightly I process a batch of messages which uses FileOutput to SFTP the files to another Solaris server.
It seem to take a long time when I compare difference i ... |
Topic: Interact with Database in Message Broker |
kevinobyrne
Replies: 4 Views: 3098
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 12, 2015 3:04 am Subject: Interact with Database in Message Broker |
http://bit.ly/1PfVRUC |
Topic: Bind on group not working using RFHUTILC |
kevinobyrne
Replies: 6 Views: 7338
|
Forum: Clustering Posted: Fri Feb 06, 2015 6:52 am Subject: Bind on group not working using RFHUTILC |
Thanks Bruce,
I looked into MQPMO_LOGICAL_ORDER
If MQPMO_LOGICAL_ORDER is specified, the queue manager automatically generates a unique group identifier for the first message in the group or s ... |
Topic: Bind on group not working using RFHUTILC |
kevinobyrne
Replies: 6 Views: 7338
|
Forum: Clustering Posted: Fri Feb 06, 2015 4:08 am Subject: Bind on group not working using RFHUTILC |
There is a group ID set.
What I have found is that when the application writing to QM1 (SWIFT) puts the pair of messages, they are both routed correctly to just one queue manager.
Then I have st ... |
Topic: Bind on group not working using RFHUTILC |
kevinobyrne
Replies: 6 Views: 7338
|
Forum: Clustering Posted: Wed Feb 04, 2015 7:52 am Subject: Bind on group not working using RFHUTILC |
Hi,
I have been stuck on this issue for a while. I have 2 group messages which I am trying to put to a clustered queue, but they are going to separate queue managers.
e.g.
I have QM1, QM2 and ... |
Topic: SWIFT MQ Host Adapter and XML v2 |
kevinobyrne
Replies: 5 Views: 7156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 15, 2014 5:07 am Subject: SWIFT MQ Host Adapter and XML v2 |
We had a discussion with SWIFT who reiterated that this change was unavoidable. "XML v2" is SWIFT specific terminology.
We will be implementing a code change in our WMB flow to parse the ... |
Topic: SWIFT MQ Host Adapter and XML v2 |
kevinobyrne
Replies: 5 Views: 7156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 17, 2014 4:49 am Subject: SWIFT MQ Host Adapter and XML v2 |
There's no suggestion that MQ is changing the message. MQ Host Adapter is a SWIFT component. |
Topic: SWIFT MQ Host Adapter and XML v2 |
kevinobyrne
Replies: 5 Views: 7156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 14, 2014 3:40 am Subject: SWIFT MQ Host Adapter and XML v2 |
Hi,
Our SWIFT support team have informed us that as they are moving from Swifth Alliance to MQ Host Adapter, there will be a change in the format of the xml (MX) messages they send to our broker fl ... |
Topic: Getting an array from Oracle |
kevinobyrne
Replies: 3 Views: 2088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 04, 2013 2:30 am Subject: Getting an array from Oracle |
Thanks, result sets worked for me:
PROCEDURE sp_get_payment_ids (pBatchId IN NUMBER,
pCursor OUT sys_refcursor)
AS
tabPay ... |
Topic: Getting an array from Oracle |
kevinobyrne
Replies: 3 Views: 2088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2013 8:55 am Subject: Getting an array from Oracle |
Using WMB 7.0.0.5 and Oracle 11.2
Is it possible to call a stored procedure that returns an array? For example, it would return a ROW/LIST into your flow?
e.g.
CREATE PROCEDURE FnGetPaymentId ... |
Topic: Best approach for multiple database inserts |
kevinobyrne
Replies: 8 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 23, 2013 10:53 am Subject: Best approach for multiple database inserts |
I'm on WMB 7.0.0.5 and Oracle 11.2
My flow processes an input message which contains ~10,000 elements. Each element is inserted into a database table using a stored procedure. This is taking a long ... |
Topic: mqsichangebroker -f and "rollback plan" |
kevinobyrne
Replies: 1 Views: 2872
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 01, 2013 9:25 am Subject: mqsichangebroker -f and "rollback plan" |
Hi All,
I want to update the effective level on my broker from '' to 7.0.0.2 to use the FileRead node but I have one small question, identical to this thread:
http://www.mqseries.net/phpBB/viewtop ... |
Topic: SOAP request throws exception when parsing response |
kevinobyrne
Replies: 4 Views: 5238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 5:35 am Subject: SOAP request throws exception when parsing response |
Thanks mqjeff,
I have used a HTTPRequest node, cast the response as a char, then substring to get the Reply from the MIME+Soap Envelope and then cast to blob and ASBITSTREAM to turn it into a message ... |