Author |
Message |
Topic: MQSeries Coding Standard |
shubhrajit_c
Replies: 9 Views: 9183
|
Forum: General IBM MQ Support Posted: Sun Oct 27, 2002 7:41 pm Subject: MQSeries Coding Standard |
Thank you all for your help .. I have a draft version of the document in place, which is mainly based on the IBM document I had mentioned earlier. It would be nice if some one can add some good progra ... |
Topic: MQ series 5.3 Closure reason = 2009 error |
shubhrajit_c
Replies: 5 Views: 7077
|
Forum: General IBM MQ Support Posted: Sun Oct 27, 2002 7:39 pm Subject: MQ series 5.3 Closure reason = 2009 error |
If you are working on the same m/c you need not specify a channel. Insteaed you can configure your queuemanager to set channel auto definition
the attribute to be set is CHAD |
Topic: Trigger java application |
shubhrajit_c
Replies: 1 Views: 3064
|
Forum: General IBM MQ Support Posted: Sun Oct 27, 2002 7:36 pm Subject: Trigger java application |
1. Define your Qlocal so that it triggers a certain process. Also define a init queue for your trigger monitor.
set the following Attributes
TRIGGER
TRIGTYPE
INITQ
PROCESS
additional attr ... |
Topic: MQSeries Coding Standard |
shubhrajit_c
Replies: 9 Views: 9183
|
Forum: General IBM MQ Support Posted: Wed Oct 23, 2002 9:47 pm Subject: MQSeries Coding Standard |
Going for the following convention for OS/390
RDDX - R = region ie P for production, D for development T for testing, etc... and
DD - Department
X - Distinguishing identifier
HHHRDDNN
... |
Topic: MQSeries Coding Standard |
shubhrajit_c
Replies: 9 Views: 9183
|
Forum: General IBM MQ Support Posted: Wed Oct 23, 2002 4:31 am Subject: MQSeries Coding Standard |
Thanks for the prompt reply...
Is the OS absolutely necessary? Rather I would think we place the host name there.
1. The Organization Name ( if you dealing with many sub organization within yo ... |
Topic: MQSeries Coding Standard |
shubhrajit_c
Replies: 9 Views: 9183
|
Forum: General IBM MQ Support Posted: Wed Oct 23, 2002 1:48 am Subject: MQSeries Coding Standard |
I am in the process of preparing a generic coding standard for MQSeries for our organisation. I plan to address the following:
1. MQSeries object naming convention
2. Generic MQSeries programmin ... |
Topic: connection pool possible in MQSeries Java ? |
shubhrajit_c
Replies: 5 Views: 5920
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 25, 2002 5:13 am Subject: connection pool possible in MQSeries Java ? |
Pooling is definitely the best option ... no doubt about it.
However we used another approach which might be useful in some contexts. Our application server was Weblogic 5.1 and we used MQSeries 5. ... |
Topic: Can I have my qmgr running on a UNIX box and use client prog |
shubhrajit_c
Replies: 1 Views: 7302
|
Forum: General IBM MQ Support Posted: Mon Nov 12, 2001 3:39 am Subject: Can I have my qmgr running on a UNIX box and use client prog |
Hi,
Can I have my qmgr set on an UNIX box and use CICS/COBOL programs in MVS to connect to the qmgr. Are the client APIs available?
|
Topic: Everything seems to be working file yet runmqlsr is complain |
shubhrajit_c
Replies: 0 Views: 8235
|
Forum: General IBM MQ Support Posted: Thu Nov 08, 2001 4:58 am Subject: Everything seems to be working file yet runmqlsr is complain |
Hi,
Hi,
I am a java developer and currently learning mqseries. As a first step I have defined a qmgr defined one queue , one replytoqueue and one initqueue. I have defined a channel CHL.FIRST as SVR ... |
Topic: MQ Series error 2085 |
shubhrajit_c
Replies: 7 Views: 24154
|
Forum: General IBM MQ Support Posted: Thu Nov 08, 2001 2:22 am Subject: MQ Series error 2085 |
Ya thank u all for all the responses.....
,)
|
Topic: MQ Series error 2085 |
shubhrajit_c
Replies: 7 Views: 24154
|
Forum: General IBM MQ Support Posted: Sun Nov 04, 2001 11:43 pm Subject: MQ Series error 2085 |
Well I think I have solved the problem. I have defined my qmgr and queue both in lower case. However when I was trying to connect(using lower case name) , the qmgr name in lower case was accepted by t ... |
Topic: MQ Series error 2085 |
shubhrajit_c
Replies: 7 Views: 24154
|
Forum: General IBM MQ Support Posted: Sun Nov 04, 2001 10:43 pm Subject: MQ Series error 2085 |
I have checked and found out that it is not a problem due to case sensitive nature of the qmgr and queue. And I have defined the queue as qlocal, so it is not that problem too.
I have picked up the ... |
Topic: MQSeries & a JSP/Servlet Engine |
shubhrajit_c
Replies: 2 Views: 8879
|
Forum: General Discussion Posted: Fri Nov 02, 2001 5:05 am Subject: MQSeries & a JSP/Servlet Engine |
Well we have successfully incorporated a solution using MQSeries . We had some legacy CICS application on OS/390 at the back end , which we web enabled using MQ Series. We used Weblogic 5.1 as the app ... |
Topic: MQ Series error 2085 |
shubhrajit_c
Replies: 7 Views: 24154
|
Forum: General IBM MQ Support Posted: Fri Nov 02, 2001 3:15 am Subject: MQ Series error 2085 |
Hi,
I am new to MQSeries and on a learning phase.I have installed MQ Series for NT , created and started QueueManager , created a message queue and put enabled it. However whenever I am trying to put ... |