Author |
Message |
Topic: Streaming data from MQMessage object to MF DB2 |
72dolfan
Replies: 2 Views: 4440
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 10, 2010 6:53 am Subject: Streaming data from MQMessage object to MF DB2 |
Thanks for all your help.  |
Topic: Streaming data from MQMessage object to MF DB2 |
72dolfan
Replies: 2 Views: 4440
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 09, 2010 7:02 am Subject: Streaming data from MQMessage object to MF DB2 |
Hi All,
I have a Web App running on Shared WAS 7.0 servers that pulls messages form a queue using Java MQ API and stores the header and message in DB2 on z/OS via a Stored Procedure call. Some of ... |
Topic: Setting MQMD Userid on MQPUT |
72dolfan
Replies: 6 Views: 10129
|
Forum: IBM MQ Java / JMS Posted: Mon May 11, 2009 7:31 am Subject: Setting MQMD Userid on MQPUT |
So set the identity.
I was enquiring as to your original comment:
it doesn't seem that this will work for us
Do you purposely choose to not be helpful? I've read several of your posts on thi ... |
Topic: Setting MQMD Userid on MQPUT |
72dolfan
Replies: 6 Views: 10129
|
Forum: IBM MQ Java / JMS Posted: Mon May 11, 2009 6:43 am Subject: Re: Setting MQMD Userid on MQPUT |
As I understand it, using Set Identity, the queue manager does not set any of the other fields other than what I've specified.
But as you've got the original MQMD, why is this an issue?
Wh ... |
Topic: Setting MQMD Userid on MQPUT |
72dolfan
Replies: 6 Views: 10129
|
Forum: IBM MQ Java / JMS Posted: Mon May 11, 2009 6:27 am Subject: Setting MQMD Userid on MQPUT |
Hi All,
We're building a web utility that allows users to unload and reload messages from their queues. When the message if pulled from their queue, it is being stored in DB2, inclusing info from ... |
Topic: Lookup of a CMT EJB |
72dolfan
Replies: 1 Views: 3297
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 29, 2009 8:40 am Subject: Lookup of a CMT EJB |
Hi All,
I'm trying to test a scenario where a Container Managed EJB Message Driven Bean(1) calls a method in another Container managed Session Bean (2). I've been told that before I call the sessi ... |
Topic: Change_Q PCF to change the Clstr Wkld Priority |
72dolfan
Replies: 8 Views: 9145
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jul 23, 2008 9:46 am Subject: Change_Q PCF to change the Clstr Wkld Priority |
Hi Jeff, thanks for responding.
The value for the queue name is Work-Que-Name, which is being passed when I string the command into the Command-Text.
I just figured out the problem. The followi ... |
Topic: Change_Q PCF to change the Clstr Wkld Priority |
72dolfan
Replies: 8 Views: 9145
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jul 23, 2008 6:42 am Subject: Change_Q PCF to change the Clstr Wkld Priority |
Hi All,
I still haven't figured this out. Any help you can provide would be greatly appreciated!
Thanks! |
Topic: Change_Q PCF to change the Clstr Wkld Priority |
72dolfan
Replies: 8 Views: 9145
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jul 21, 2008 11:47 am Subject: Change_Q PCF to change the Clstr Wkld Priority |
Hi All,
I'm getting Reason Codes of 3228 and 3017 in my response messages to the following Change_Q I issued;
MOVE SPACES TO COMMAND-TEXT.
MOVE MQCFT-COMMAND-XR TO MQCF ... |
Topic: Change_Q PCF to change the Clstr Wkld Priority |
72dolfan
Replies: 8 Views: 9145
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jul 15, 2008 9:49 am Subject: Change_Q PCF to change the Clstr Wkld Priority |
Got it! Thanks for all your help (Bruce and Jeff)! |
Topic: Change_Q PCF to change the Clstr Wkld Priority |
72dolfan
Replies: 8 Views: 9145
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jul 15, 2008 6:10 am Subject: Change_Q PCF to change the Clstr Wkld Priority |
Hi All,
Not sure if this is the correct forum, but I'll give it a shot. I've coded Cobol programs that issue Inquire_Q and Inquire_Q_Status PCF commands to pull back info on all local queues, and ... |
Topic: INQUIRE_Q_STATUS PCF Command using JAVA |
72dolfan
Replies: 3 Views: 3639
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 06, 2008 5:34 am Subject: INQUIRE_Q_STATUS PCF Command using JAVA |
If we run this app on the Windows platform, connected to the local qmgr, how do we issue PCF commands to pull info back for queues running on z/OS qmgrs w/o having to connect to each seperately? They ... |
Topic: INQUIRE_Q_STATUS PCF Command using JAVA |
72dolfan
Replies: 3 Views: 3639
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 05, 2008 11:58 am Subject: INQUIRE_Q_STATUS PCF Command using JAVA |
Thanks vennela,
I found the msob support pack with examples. I didn't see any with the Inquire_q and q_status, but these should get me going.... |
Topic: INQUIRE_Q_STATUS PCF Command using JAVA |
72dolfan
Replies: 3 Views: 3639
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 05, 2008 9:10 am Subject: INQUIRE_Q_STATUS PCF Command using JAVA |
Hi All,
Does anyone have any,or a link to, sample Java code that issues the Inquire_Q_Status and Inquire_Q PCF Commands from a Windows platform? It seemed that awhile back, we were not able to iss ... |
Topic: Passing Parm From JSP to JavaBean? |
72dolfan
Replies: 2 Views: 3131
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 22, 2008 11:49 am Subject: Passing Parm From JSP to JavaBean? |
Thought I should provide the code int he JSP;
<hx:commandExButton type="submit" value="VIEW HISTORY - SPECIAL"
styleClass="continuebutton"
action=&q ... |