Author |
Message |
Topic: Avoid error: Completion code2 Reason code 2016 when browsing |
thimerion
Replies: 2 Views: 11755
|
Forum: General IBM MQ Support Posted: Thu Dec 18, 2008 4:44 am Subject: Avoid error: Completion code2 Reason code 2016 when browsing |
Hi,
When running my java program, which only browses the last message of a transmission queue to check it's age I now and then get:
MQ error: Completion code 2 Reason code 2016
I don't unders ... |
Topic: Check if a channel exists with java |
thimerion
Replies: 7 Views: 5799
|
Forum: General IBM MQ Support Posted: Wed Dec 17, 2008 8:55 am Subject: Check if a channel exists with java |
Hi,
Got it, it's CMQCFC.MQCACH_CHANNEL_NAME, "*"
But whoow what a lesson ...
What I also have learned while working as a programmer is not to try and re-invent everything again ... ... |
Topic: Check if a channel exists with java |
thimerion
Replies: 7 Views: 5799
|
Forum: General IBM MQ Support Posted: Wed Dec 17, 2008 7:33 am Subject: Check if a channel exists with java |
There is very few examples of PCF I can find ...
Anyone has an example program:
- That lists all channels ?
- That stops and starts a channel ?
Tim |
Topic: backup qmgr files |
thimerion
Replies: 6 Views: 3950
|
Forum: General IBM MQ Support Posted: Wed Dec 17, 2008 7:18 am Subject: backup qmgr files |
Thanks for that! I also use MS03 and MqDocument to cleanly backup my configuration. This backup is supposed to use as last hope.
I read somewhere you could delete all those files to start the q m ... |
Topic: Check if a channel exists with java |
thimerion
Replies: 7 Views: 5799
|
Forum: General IBM MQ Support Posted: Wed Dec 17, 2008 12:26 am Subject: Check if a channel exists with java |
Hi,
I have written a customised monitoring tool to check my channels are in a valid state ... (running or inactive)
I use com.ibm.mq.pcf.* for this.
http://www.mail-archive.com/mqseries@akh-wie ... |
Topic: backup qmgr files |
thimerion
Replies: 6 Views: 3950
|
Forum: General IBM MQ Support Posted: Wed Dec 17, 2008 12:21 am Subject: backup qmgr files |
Hi,
I have made a backup mechanism to backup the mq folders
/var/mqm/qmgrs
There are 2 types of files the backup tool will not backup:
./QMNAME/@ipcc/ssem/socket.29998.1
./QMNAME/queues/!!GHO ... |
Topic: Clean usable export |
thimerion
Replies: 6 Views: 4919
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 26, 2008 5:21 am Subject: Clean usable export |
Thanks!
Option 3 it is!
Regards,
Tim |
Topic: Clean usable export |
thimerion
Replies: 6 Views: 4919
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 26, 2008 5:03 am Subject: Clean usable export |
Hi,
Thanks for the replies!
1*/
Mqdocument indeed is very nice! Thinking about buying it.
2*/
For the export of the objects,
- what about the rcdmqimg command ?
- what about backing up ... |
Topic: Clean usable export |
thimerion
Replies: 6 Views: 4919
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 26, 2008 4:18 am Subject: Clean usable export |
Hi,
1*/
I was trying to export all my qmgr/queues/channels setups to a word document that I can use if a total disaster destroys my complete mq server.
So a sort of nicely formatted document de ... |
Topic: Load balancing - High availability |
thimerion
Replies: 9 Views: 7626
|
Forum: Clustering Posted: Tue Nov 18, 2008 8:20 am Subject: Load balancing - High availability |
Thanks I have a better insight on the possibilities now.
Regards,
Tim |
Topic: Load balancing - High availability |
thimerion
Replies: 9 Views: 7626
|
Forum: Clustering Posted: Tue Nov 18, 2008 7:48 am Subject: Load balancing - High availability |
Sounds pretty ok then ...
It's just a pass-through queue manager, meaning, the data will be send to the destination queue manager at once, and incoming data will be picked up at once ...
So we c ... |
Topic: Load balancing - High availability |
thimerion
Replies: 9 Views: 7626
|
Forum: Clustering Posted: Tue Nov 18, 2008 6:25 am Subject: Load balancing - High availability |
Hi,
What I really want to know ... if you cluster 2 queue managers, both knowing all queues, it will still work if one queue manager is down ...
This regardless of losing messages or so at the m ... |
Topic: Load balancing - High availability |
thimerion
Replies: 9 Views: 7626
|
Forum: Clustering Posted: Tue Nov 18, 2008 5:11 am Subject: Load balancing - High availability |
Hi Vitor,
1*/
Assumed if I take the risk to lose a few messages at the moment that one machine of my cluster goes down ...
What I do not understand is, how mq can distribute the traffic ... Fo ... |
Topic: Load balancing - High availability |
thimerion
Replies: 9 Views: 7626
|
Forum: Clustering Posted: Tue Nov 18, 2008 4:49 am Subject: Load balancing - High availability |
Hi,
I have been working with mq for a while ... unclustered ...
I am totally a newbie on clustering ...
But now I have the request to make it highly available ...
So what I want to create ... |
Topic: AMQ7472: Object AMQ.48CB6D9C20074111, type queue damaged |
thimerion
Replies: 8 Views: 10686
|
Forum: General IBM MQ Support Posted: Wed Nov 05, 2008 5:58 am Subject: Thanks |
Thanks guys,
I deleted it, and everything works just fine again .
Tim |