Author |
Message |
Topic: connection pooling |
Query2
Replies: 0 Views: 3244
|
Forum: General IBM MQ Support Posted: Wed Jan 16, 2002 2:46 pm Subject: connection pooling |
i have to develop mqbase java class which implements connection pooling for the applications connecting to my queue managers. I have 4 queue managers and 10 applications. when the applications use the ... |
Topic: single server connection channel |
Query2
Replies: 1 Views: 3612
|
Forum: General IBM MQ Support Posted: Tue Jan 08, 2002 7:56 pm Subject: single server connection channel |
Hi
In MQ Clients - Server environment with only one server connection channel defined , what happens if two clients try to access same Queue Manager at same instance of time. do i need to define 2 di ... |
Topic: Bindings ... pls clear my doubt |
Query2
Replies: 1 Views: 7503
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 28, 2001 1:18 pm Subject: Bindings ... pls clear my doubt |
i have both mq server and client on same system.
i created a serverconnection channel.
when i write a java program, how do i implement the 2 types of bindings.
->can i specify
MQEnvironment.prop ... |
Topic: message level process |
Query2
Replies: 3 Views: 13465
|
Forum: IBM MQ API Support Posted: Thu Dec 27, 2001 2:12 pm Subject: message level process |
I think the question was misinterpreted..
the queue is not holding all the messages at any time. as soon a message comes
onto the queue.... my program will pull it out. my question was - is it ok to ... |
Topic: message level process |
Query2
Replies: 3 Views: 13465
|
Forum: IBM MQ API Support Posted: Wed Dec 26, 2001 4:06 pm Subject: message level process |
do u guys think one queue can handle 3 million messages in a single batch process.
if not wat is other way around ? any system set up required ? |
Topic: Issue: handling 50,000 + messages / day |
Query2
Replies: 4 Views: 6840
|
Forum: General IBM MQ Support Posted: Wed Dec 19, 2001 7:10 pm Subject: Issue: handling 50,000 + messages / day |
Thanks guyz for your guidance.
My platform is Sun Solaris. All of them are batch applications. This is MQ Client/Server architecture. All the messages need to be retained in case of any failure.
O ... |
Topic: Issue: handling 50,000 + messages / day |
Query2
Replies: 4 Views: 6840
|
Forum: General IBM MQ Support Posted: Wed Dec 19, 2001 1:12 pm Subject: Issue: handling 50,000 + messages / day |
I am very new to MQ and I have this design issue ...
whats the max size a of msg , MQ can handle ?
Is there any limit on number of msgs handled by MQSeries Queue?
How many queues would be necess ... |
Topic: MQ Connection |
Query2
Replies: 1 Views: 4554
|
Forum: General IBM MQ Support Posted: Thu Dec 13, 2001 8:18 am Subject: MQ Connection |
hi
what is the difference between a local connection and MQSeries for Java connection ?
This I am talkin about when any application connects to MQ/MQSI ? |
Topic: Q Manager Alias |
Query2
Replies: 2 Views: 6302
|
Forum: General IBM MQ Support Posted: Wed Dec 05, 2001 1:28 pm Subject: Q Manager Alias |
Thanks Peter
I really appreciate your help
Thanks |
Topic: Q Manager Alias |
Query2
Replies: 2 Views: 6302
|
Forum: General IBM MQ Support Posted: Wed Dec 05, 2001 9:29 am Subject: Q Manager Alias |
Hi
I am getting confused with working of Q Manager Alias and Q Alias.
If I have 3 QManagers QM1, QM2,QM3.
How do I send a message from QM1 to QM3 using alias princple ?
Pls give me a brief descri ... |
Topic: Circular logging |
Query2
Replies: 2 Views: 5104
|
Forum: General IBM MQ Support Posted: Wed Nov 28, 2001 10:15 am Subject: Circular logging |
What happens when there are too many long running transactions and you are using circular logging? |
Topic: JMS - PTP - Asynchronus - Synchronus msging |
Query2
Replies: 2 Views: 9921
|
Forum: IBM MQ Java / JMS Posted: Sun Nov 25, 2001 9:10 am Subject: JMS - PTP - Asynchronus - Synchronus msging |
hi guys
what is JMS Asynchronus msging and JMS Synchronus msging... where would I get information on this? |
Topic: Circular Vs. Linear logging |
Query2
Replies: 3 Views: 7812
|
Forum: General IBM MQ Support Posted: Wed Nov 14, 2001 12:46 pm Subject: Circular Vs. Linear logging |
why do you choose circular Vs. linear logging ? Can that be changed later on |
Topic: MQMD not found in MQSI |
Query2
Replies: 3 Views: 5753
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 13, 2001 3:42 pm Subject: MQMD not found in MQSI |
What does the error - " MQMD not found" in MQSI means ? |
Topic: Cluster Q |
Query2
Replies: 4 Views: 12486
|
Forum: General IBM MQ Support Posted: Wed Nov 07, 2001 9:51 am Subject: Cluster Q |
Hi Venkat
My question was how do u access a queue which is not a cluster q in a cluster environment.
For example:
i have 2 Q Managers QM1,QM2, both in the same cluster.
QM1 has 2 queues, q1 and ... |