Author |
Message |
Topic: Provider URL question |
root
Replies: 3 Views: 3985
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 14, 2005 12:49 pm Subject: THANKS |
I will try it and let you know what happens.. Thanks for getting the support pac name. really appreciate it. |
Topic: Provider URL question |
root
Replies: 3 Views: 3985
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 11, 2005 9:03 am Subject: Provider URL question |
PROVIDER_URL
In the MQ using Java book it seems to say that you can only use 3 different types of provider URL's
The URL of the session’s initial context; the root of all JNDI operations c ... |
Topic: amqsput |
root
Replies: 15 Views: 18542
|
Forum: IBM MQ API Support Posted: Wed Sep 07, 2005 12:21 pm Subject: amqsput |
The sample program is to be used for very basic testing of MQ. The sample program works with command line input and is designed to create one msg per input line, which is ended by a carriage return li ... |
Topic: Does MQ keep two copies of a persistent message ?? |
root
Replies: 17 Views: 27758
|
Forum: General Discussion Posted: Mon Aug 22, 2005 6:15 am Subject: Does MQ keep two copies of a persistent message ?? |
Wow I did not know that.
NPMCLASS(NORMAL)
Maybe now I can force some people in my company to use NPM messaging.
I have the opposite problem my contact admin admin tool doesn't show the value, bu ... |
Topic: Does MQ keep two copies of a persistent message ?? |
root
Replies: 17 Views: 27758
|
Forum: General Discussion Posted: Fri Aug 19, 2005 1:33 pm Subject: Does MQ keep two copies of a persistent message ?? |
I want to smash my head against a brick wall
Some of the messages were NOT persistent.
here's what i did to catch it.
made sure no apps were reading or writing to the queue
ran amqsbcg aga ... |
Topic: Does MQ keep two copies of a persistent message ?? |
root
Replies: 17 Views: 27758
|
Forum: General Discussion Posted: Fri Aug 19, 2005 7:24 am Subject: Does MQ keep two copies of a persistent message ?? |
Queue files are used to store long-running uncommited and ungotten messages. Log files contain everything commited.
Does this mean that the queue files do NOT contain a copy of the commited persi ... |
Topic: Does MQ keep two copies of a persistent message ?? |
root
Replies: 17 Views: 27758
|
Forum: General Discussion Posted: Fri Aug 19, 2005 6:38 am Subject: Does MQ keep two copies of a persistent message ?? |
Thanks you all for your insightful answers.
>> Once the data is in its "proper" place on a qfile on disk, then the log is not needed.
That's what I would think would happen, but my probl ... |
Topic: Does MQ keep two copies of a persistent message ?? |
root
Replies: 17 Views: 27758
|
Forum: General Discussion Posted: Thu Aug 18, 2005 1:05 pm Subject: Does MQ keep two copies of a persistent message ?? |
In the system admin guide it says that "the size of the log depends, typically, on the number and size of the persistent messages the queue manager needs to handle"
So it would seem that persistene ... |
Topic: How my company does failover |
root
Replies: 0 Views: 1680
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 20, 2005 11:17 am Subject: How my company does failover |
We keep /var/mqm on an EMC drive that is replicated using SRDF to another datacenter. The EMC SRDF solution gurantees having the exact same /var/mqm files on both servers. We have MQ installed on bo ... |
Topic: How to see which process is using queue. |
root
Replies: 3 Views: 4358
|
Forum: IBM MQ Performance Monitoring Posted: Thu Apr 21, 2005 11:14 am Subject: pid |
display qstatus(*) TYPE (handle) pid
 |
Topic: Performance/ Throughput for a message flow - How to measure |
root
Replies: 6 Views: 4431
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 19, 2005 10:37 am Subject: Good Performance testing |
Here you go...
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0407_braithwaite/0407_braithwaite.html |
Topic: name of the processes connected to Queue |
root
Replies: 4 Views: 4823
|
Forum: General IBM MQ Support Posted: Mon Apr 18, 2005 10:22 am Subject: here you go |
display qstatus(*) TYPE (handle) pid |
Topic: Channel status stopped |
root
Replies: 13 Views: 8413
|
Forum: General IBM MQ Support Posted: Mon Apr 18, 2005 7:13 am Subject: I'm at IBM System Admin 2 class |
My instructor also incorrectly believed that the sender channel would go into stopped. I have personally seen the receiver go paused and the sender go retrying. The sender would eventually go to sto ... |