Author |
Message |
Topic: Upgrade from 7.5.0.2 to 8.0.0.4 |
scar
Replies: 5 Views: 12410
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 10, 2018 6:43 am Subject: Upgrade from 7.5.0.2 to 8.0.0.4 |
We have a very simple configuration with only one process reading and one process submitting the messages.
Don't want to have multiple install directories and instances , making maintenance as easy a ... |
Topic: Upgrade from 7.5.0.2 to 8.0.0.4 |
scar
Replies: 5 Views: 12410
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 09, 2018 5:58 pm Subject: Upgrade from 7.5.0.2 to 8.0.0.4 |
We are on AIX 7.1 TL4 , we are planning to install on top of 7.5.0.2
So far we have always uninstalled the prior version installed the latest, we want to try to upgrade in place this time, with out ... |
Topic: Upgrade from 7.5.0.2 to 8.0.0.4 |
scar
Replies: 5 Views: 12410
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 09, 2018 1:20 pm Subject: Upgrade from 7.5.0.2 to 8.0.0.4 |
We are planning to upgrade from 7.5.0.2 to 8.0.0.4.
The upgrade doc suggests to "Uninstall any fix packs you have installed from the previous IBM MQ version." for an in place upgrade.
... |
Topic: [SOLVED]Move Messages while preserving all context |
scar
Replies: 2 Views: 6353
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 02, 2015 9:02 am Subject: [SOLVED]Move Messages while preserving all context |
Yeap , got it, missed settinghte context Ref. Thanks.
pmo.contextReference=mqGetqueue; |
Topic: [SOLVED]Move Messages while preserving all context |
scar
Replies: 2 Views: 6353
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 02, 2015 8:43 am Subject: [SOLVED]Move Messages while preserving all context |
I am trying to move messages from one Q to another and passing all the context
//Options for opening the Read Q
int openInputOptions = CMQC.MQOO_FAIL_IF_QUIESCING + CMQC.MQOO_INPUT_SHARED +
... |
Topic: MQ client compatibility |
scar
Replies: 13 Views: 12314
|
Forum: General IBM MQ Support Posted: Wed Mar 25, 2015 12:26 pm Subject: MQ client compatibility |
I have a quick question regarding the interoperability of the client across different OS.
Just wanted to check if there will be any connectivity issues between a MQ client on AIX and a QMGR hosted ... |
Topic: Segregating messages in XMITQ |
scar
Replies: 14 Views: 10028
|
Forum: General IBM MQ Support Posted: Thu Oct 23, 2014 9:41 am Subject: Segregating messages in XMITQ |
Understood, will write some sample code to check it out.
Thanks for all your help. |
Topic: Segregating messages in XMITQ |
scar
Replies: 14 Views: 10028
|
Forum: General IBM MQ Support Posted: Thu Oct 23, 2014 7:19 am Subject: Segregating messages in XMITQ |
At least there will be thousands of messages, we can differentiate between the messages based on some field values in the message content.
Can I use rfhutil ?
I need to be able to do this progra ... |
Topic: Segregating messages in XMITQ |
scar
Replies: 14 Views: 10028
|
Forum: General IBM MQ Support Posted: Thu Oct 23, 2014 6:28 am Subject: Segregating messages in XMITQ |
We are using MQ 7.0.1
We have stopped the sender channel due to an application issue and let a ton of messages accumulate.
We have a scenario where we need to hold back certain messages that are ... |
Topic: Reading Messages from a Queue with unlimited wait |
scar
Replies: 6 Views: 10059
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 13, 2013 4:27 pm Subject: Reading Messages from a Queue with unlimited wait |
We are trying to read messages from a queue using a while loop.
While (true)
{
int openInputOptions = CMQC.MQOO_INPUT_AS_Q_DEF+CMQC.MQOO_INQUIRE
+ CMQC.MQOO_OUTPUT+ CMQC.MQOO_SET;
mqqueue = mqQ ... |
Topic: Intercommunication between MQ 6 and MQ 7 QMGRS |
scar
Replies: 2 Views: 3454
|
Forum: General IBM MQ Support Posted: Mon Jan 30, 2012 12:54 pm Subject: Intercommunication between MQ 6 and MQ 7 QMGRS |
We are planning to upgrade MQ to 7.1 and our partner applications are not planning to upgrade to 7 until September , I have couple quick questions.
Is Intercommunication between MQ 6 and MQ 7 QMGRS ... |
Topic: Changing the XMIT queue on a RQD on the fly |
scar
Replies: 5 Views: 6585
|
Forum: General IBM MQ Support Posted: Mon Sep 26, 2011 4:51 pm Subject: Changing the XMIT queue on a RQD on the fly |
I did not see any thing in the MQ logs,
But it looks like Broker has a process waiting to read messages from that Queue.
So If I stop the broker , and made the changes to the RQD(Change transmissi ... |
Topic: Changing the XMIT queue on a RQD on the fly |
scar
Replies: 5 Views: 6585
|
Forum: General IBM MQ Support Posted: Mon Sep 26, 2011 2:25 pm Subject: Changing the XMIT queue on a RQD on the fly |
We need to change the XMIT queue on a remote queue definition on the fly in MQ V6.
Can it be achieved with out restarting the QMGR.
I did make the change and all the messages are going to DLQ.
... |
Topic: Creating a new MQWFCHL.TAB |
scar
Replies: 1 Views: 19287
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Aug 17, 2010 7:48 am Subject: Creating a new MQWFCHL.TAB |
We have cloned MQ workflow server from QA to DEV.
I am trying to connect to the new DEV environment, using the client.
How can I recreate a new MQWFCHL.TAB file, so that it will have new connect ... |
Topic: Unable to create Broker |
scar
Replies: 2 Views: 3071
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 29, 2010 12:25 pm Subject: Unable to create Broker |
ENV : AIX 5.3 TL05
MQ : 6.2.0.3
DB2 : 9.1 FP1
Broker : 6.0.0.3
$ mqsicreatebroker BROKER -i mqsiuid -a pswd -q BROKER.QMGR -n MQSIBKDB -u "" -p ""
Enter password for dat ... |