Author |
Message |
Topic: Persistent queue |
jackie
Replies: 8 Views: 6064
|
Forum: General IBM MQ Support Posted: Fri Jun 20, 2003 1:34 pm Subject: Persistent queue |
zpat,
thanks for your comment. Considering JCA or system managed transaction capability of app servers, I am thinking that it might be a good idea having all messages as non-persistent. Since there ... |
Topic: Persistent queue |
jackie
Replies: 8 Views: 6064
|
Forum: General IBM MQ Support Posted: Fri Jun 20, 2003 7:57 am Subject: Persistent queue |
I thought about it and asking you guys insight.
why do you use persistent queue? I see that if you can use certain trigger in case of failure to reroute or to initiate any back process, i don't se ... |
Topic: Cluster workload balancing (MQ5.2) |
jackie
Replies: 5 Views: 5576
|
Forum: Clustering Posted: Wed Jun 18, 2003 10:41 am Subject: Cluster workload balancing (MQ5.2) |
first, workload balancing algo will selects any instance of local queue on the local queue manager. If there are none available, it will use a round-robin. However, I don't know how you did set up ... |
Topic: JNDI and JMS |
jackie
Replies: 1 Views: 2448
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 16, 2003 12:28 pm Subject: JNDI and JMS |
There are two different scenarios based upon WAS4.0 and WAS5.0.
here is the link explaining very detail how to deploy in WAS4.0,
http://www-106.ibm.com/developerworks/ibm/library/i-jmsmq/
howev ... |
Topic: JMS/MQSeries temporary queue |
jackie
Replies: 3 Views: 3308
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 16, 2003 10:53 am Subject: JMS/MQSeries temporary queue |
I found a solution finally and would like to post the result anyway.
The problem was related with authentication among different queue managers. After i did go through "setmqaut ...", it finally s ... |
Topic: linux admin commands |
jackie
Replies: 2 Views: 2718
|
Forum: IBM MQ API Support Posted: Thu Jun 12, 2003 7:25 pm Subject: linux admin commands |
I am running Linux(RH7.3) with MQ5.3. The script I have been using in NT has been ported over and trying to use it at Linux. Lot of things went smooth, but such as "runmqchl" "runmqchi" and "runmqls ... |
Topic: MDB problem |
jackie
Replies: 3 Views: 2560
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 10, 2003 12:37 pm Subject: MDB problem |
do u have two projects one for MDB and the other for CMP, since MDB does not have to be deployed? I wonder how you structured your projects. post your stacks so that i can see it. |
Topic: Message selector - JMS |
jackie
Replies: 6 Views: 4087
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 10, 2003 12:34 pm Subject: Message selector - JMS |
I think it is mater of design issue. Utilizing MQSI in every possible is good, but there is some performance issues related to that also.
If you can do it in JAVA before sending it out so that MQS ... |
Topic: using JMS in WSAD |
jackie
Replies: 4 Views: 3805
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 10, 2003 12:29 pm Subject: using JMS in WSAD |
It depends on what you want to do. If you are doing only client connection, you don't need MQ Series installed on your machine.
1. Once you created Server project, go to admin console, go to Websp ... |
Topic: MQClient Connection Issues |
jackie
Replies: 14 Views: 7674
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 10, 2003 6:23 am Subject: MQClient Connection Issues |
Kumar,
I have exact situation now. I have a developer in my client company domain trying to connect to my personal laptop with MQ running(XP) using a client-connection.
But, when I try to set ... |
Topic: MQClient Connection Issues |
jackie
Replies: 14 Views: 7674
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 09, 2003 7:17 pm Subject: MQClient Connection Issues |
Kumar,
what do you mean by "anybody can connect to your qm if they have a principal defined on the remote system"? u mean anybody as long as they are in the same NT domain. If not, they have to be ... |
Topic: SVRCONN's DEFAULT NPMSPEED? |
jackie
Replies: 5 Views: 4506
|
Forum: General IBM MQ Support Posted: Mon Jun 09, 2003 12:42 pm Subject: SVRCONN's DEFAULT NPMSPEED? |
I have error message with "there is no definition of channel 'SYSTEM.ADMIN.SVRCONN' at the remote location". How can i set the default 'SYSTEM.ADMIN.SVRCONN'?
thanks, |
Topic: runmqlsr & START LISTENER |
jackie
Replies: 15 Views: 35671
|
Forum: IBM MQ API Support Posted: Fri Jun 06, 2003 10:26 am Subject: runmqlsr & START LISTENER |
exactly as you said. Then, how I can do fix the port number using script and using runmqlsr command with -p option.
Since I would like to use script, I found out runmqlsr does not do the job. tha ... |
Topic: runmqlsr & START LISTENER |
jackie
Replies: 15 Views: 35671
|
Forum: IBM MQ API Support Posted: Fri Jun 06, 2003 7:26 am Subject: runmqlsr & START LISTENER |
However, even though I did run "runmqlst -t TCP -p 2000 ..." for the first qmgr and "runmqlsr -t TCP -p 2010 ... " for the second qmgr, in NT, it apparently does not take those port paramters.
On ... |
Topic: runmqlsr & START LISTENER |
jackie
Replies: 15 Views: 35671
|
Forum: IBM MQ API Support Posted: Thu Jun 05, 2003 11:55 am Subject: runmqlsr & START LISTENER |
Venny, on again, great. However, if you want to specify in script, where you have to put "runmqlsr" in what order.
For example,
1. create queuemgr
2. runmqlsr -p 2000 for example
3. start ... |