Author |
Message |
Topic: Connecting to Oracle database from broker on mainframes |
wschutz
Replies: 6 Views: 10961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 09, 2010 11:55 am Subject: Connecting to Oracle database from broker on mainframes |
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/topic/com.ibm.etools.mft.doc/ad25540_.htm?resultof=%22%7a%2f%6f%73%22%20%22%64%62%32%22%20 |
Topic: Connecting to Oracle database from broker on mainframes |
wschutz
Replies: 6 Views: 10961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 09, 2010 11:46 am Subject: Connecting to Oracle database from broker on mainframes |
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp
"If you need to access databases that are not on DB2 on z/OS, you can use DB2's Distributed Data Facility (DDF) and Distribute ... |
Topic: MA7K or runmqtmc |
wschutz
Replies: 1 Views: 3511
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 09, 2010 11:29 am Subject: MA7K or runmqtmc |
Ma7k is, of course, a Cat 2 supportpac. Which means "no official service", but I've heard the *current* -author- of ma7k is very good.
Yes, ma7k has way more options than runmqtmc. |
Topic: MQ backup using savqmgr |
wschutz
Replies: 20 Views: 21136
|
Forum: General IBM MQ Support Posted: Wed Jun 09, 2010 11:26 am Subject: MQ backup using savqmgr |
Maybe I'm being simple minded, but if you are defining all the objects on the DR QMGR, then delete and recreate the QMGR every time before you run the script.With the --resetChannels option. |
Topic: MQ backup using savqmgr |
wschutz
Replies: 20 Views: 21136
|
Forum: General IBM MQ Support Posted: Wed Jun 09, 2010 6:43 am Subject: MQ backup using savqmgr |
The design point of ms03 was that it's output is to be applied to a fresh qmgr. |
Topic: Performance difference between BROWSE and GET in MQ |
wschutz
Replies: 13 Views: 15395
|
Forum: General IBM MQ Support Posted: Wed Jun 09, 2010 6:10 am Subject: Performance difference between BROWSE and GET in MQ |
If you do a GMO_BROWSE, don't you still need to do the destructive GET?
Also, are these persistent messages and are you doing single phase or two phase commits? |
Topic: Triggering java app from MQ queue |
wschutz
Replies: 5 Views: 11466
|
Forum: IBM MQ Performance Monitoring Posted: Thu Jun 03, 2010 9:11 am Subject: Triggering java app from MQ queue |
You might also be interested in FJ's prez ....
http://www.nynjmq.org/Meeting_May-17-05.htm |
Topic: Triggering java app from MQ queue |
wschutz
Replies: 5 Views: 11466
|
Forum: IBM MQ Performance Monitoring Posted: Thu Jun 03, 2010 8:26 am Subject: Triggering java app from MQ queue |
As i have said, i have gone through the concept of "Triggering". It just triggers a message into an "Initiation" queue, but i need to run a java app/program when a message arrives ... |
Topic: Triggering java app from MQ queue |
wschutz
Replies: 5 Views: 11466
|
Forum: IBM MQ Performance Monitoring Posted: Thu Jun 03, 2010 8:18 am Subject: Triggering java app from MQ queue |
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp
then search for "trigger" |
Topic: copy of orignal message |
wschutz
Replies: 30 Views: 23416
|
Forum: General IBM MQ Support Posted: Wed Jun 02, 2010 3:35 pm Subject: copy of orignal message |
Applications should NEVER write directly to the xmitq.
Its trivial to write an application that reads the customer's queue and writes one message to a "logging" local queue and the other ... |
Topic: MQ CICS Bridge EBCDIC Packed dta |
wschutz
Replies: 5 Views: 7131
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jun 02, 2010 10:54 am Subject: MQ CICS Bridge EBCDIC Packed dta |
Bobbee ... is the format MQSTR, or something else? |
Topic: Broker Syslogs throwing error in generating MQ FDCs |
wschutz
Replies: 4 Views: 7408
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 27, 2010 3:30 pm Subject: Broker Syslogs throwing error in generating MQ FDCs |
whats the permissions on /var/mqm/errors ? |
Topic: MQIPT over HTTP |
wschutz
Replies: 3 Views: 6120
|
Forum: General IBM MQ Support Posted: Thu May 27, 2010 3:04 pm Subject: Re: MQIPT over HTTP |
Hello,
I have a question concerning WebSphere MQ internet pass-thru, v2.
I have read the docs and searched this forum trying to find out if the following config is supported, MQ<-->IPT1<- ... |
Topic: BMCS.MQSI.EVENTS.ALL |
wschutz
Replies: 6 Views: 7260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 27, 2010 2:52 pm Subject: BMCS.MQSI.EVENTS.ALL |
Does the content of the message give a clue? |
Topic: CurrentDepth for an Alias Queue? |
wschutz
Replies: 19 Views: 28173
|
Forum: IBM MQ API Support Posted: Thu May 27, 2010 2:45 pm Subject: CurrentDepth for an Alias Queue? |
Well, if I can get/put messages to it, that makes it a queue...
But you can't get messages from a remote queue so what does that make it :-?Half-a-queue? |