Author |
Message |
Topic: Issue an MQ Admin command (runmqsc) when not in mqm group |
sbuckman1
Replies: 7 Views: 7860
|
Forum: IBM MQ Security Posted: Sat Feb 04, 2012 9:12 am Subject: Issue an MQ Admin command (runmqsc) when not in mqm group |
As a followup / closure to this thread, I have chosen to utilize queue disable/enable(put) to manage traffic flow. This has proven to be 99% effective - still get the occasional message in the DLQ, bu ... |
Topic: Issue an MQ Admin command (runmqsc) when not in mqm group |
sbuckman1
Replies: 7 Views: 7860
|
Forum: IBM MQ Security Posted: Sat Sep 03, 2011 3:27 am Subject: Issue an MQ Admin command (runmqsc) when not in mqm group |
I am in a HA environment - The front end application (I support it, didnt write it!) is capable of only connections to a single host, and any replies have to be returned to the active connection.
Dur ... |
Topic: Issue an MQ Admin command (runmqsc) when not in mqm group |
sbuckman1
Replies: 7 Views: 7860
|
Forum: IBM MQ Security Posted: Fri Sep 02, 2011 11:54 am Subject: Issue an MQ Admin command (runmqsc) when not in mqm group |
Platform=Solaris Version 7.0.1.5
special application id (not defined in the mqm group) needs to be able to issue "suspend qmgr .." and "resume qmgr ..." commands as part of its ... |
Topic: Trigger a JVM application under CICS 2.3.0 |
sbuckman1
Replies: 1 Views: 3262
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jul 05, 2007 9:40 am Subject: Trigger a JVM application under CICS 2.3.0 |
Finally managed to get the code runnning. the CICS JVM is implemented per CICS standards (have to do an EXEC CICS RETRIEVE call (JCICS equivalent)) rather than address the ARG variables directly.
Add ... |
Topic: MQ Triggered transaction with zOS CICS 2.3.0 JVM environment |
sbuckman1
Replies: 1 Views: 2417
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 05, 2007 9:38 am Subject: MQ Triggered transaction with zOS CICS 2.3.0 JVM environment |
Finally managed to get the code runnning. the CICS JVM is implemented per CICS standards (have to do an EXEC CICS RETRIEVE call (JCICS equivalent)) rather than address the ARG variables directly.
Ad ... |
Topic: Trigger a JVM application under CICS 2.3.0 |
sbuckman1
Replies: 1 Views: 3262
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jun 15, 2007 2:48 pm Subject: Trigger a JVM application under CICS 2.3.0 |
Same post as the Java Forum:
We are exploring the use of the JVM that is deployable under CICS Transaction Server Version 2.3.0
Has anyone had a sucessfull implementation of their java code.
We ... |
Topic: MQ Triggered transaction with zOS CICS 2.3.0 JVM environment |
sbuckman1
Replies: 1 Views: 2417
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 12, 2007 7:41 am Subject: MQ Triggered transaction with zOS CICS 2.3.0 JVM environment |
We are exploring the use of the JVM that is deployable under CICS Transaction Server Version 2.3.0
Has anyone had a sucessfull implementation of their java code.
We are attempting to port a cur ... |