Author |
Message |
Topic: MQ High Availability |
mquser925
Replies: 18 Views: 14484
|
Forum: General IBM MQ Support Posted: Fri Aug 15, 2008 5:21 am Subject: MQ High Availability |
If you have your logs for persistent messages on a shared disk, what happens if that mount point to the shared disk goes down? You no longer have persistent messages? |
Topic: Requester/Server Configuration |
mquser925
Replies: 1 Views: 2354
|
Forum: General IBM MQ Support Posted: Thu Jul 10, 2008 11:03 pm Subject: Requester/Server Configuration |
QM=REQUESTER
crtmqm $QM
strmqm $QM
runmqsc $QM << EOF
DEFINE QLOCAL (TEST) DEFPSIST(YES) REPLACE
DEFINE CHANNEL ('$QM.REQ') CHLTYPE(RQSTR) TRPTYPE( ... |
Topic: MCAUSER Confusion |
mquser925
Replies: 4 Views: 3292
|
Forum: General IBM MQ Support Posted: Fri Jul 04, 2008 5:38 am Subject: MCAUSER Confusion |
Thanks for the reply. We are also implementing a security exit. If MCAUser is not used for authentication purposes, what purpose does the userid and password field serve? |
Topic: AMQ8135 error |
mquser925
Replies: 6 Views: 8051
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 03, 2008 11:59 am Subject: AMQ8135 error |
So I am in the mqm group but my username is 13 characters, I was getting AMQ6187 so I defined AMQ_NOFFST_PROCESS_UID as an environment variable and this changed the error to AMQ8135. Is the only way t ... |
Topic: MCAUSER Confusion |
mquser925
Replies: 4 Views: 3292
|
Forum: General IBM MQ Support Posted: Thu Jul 03, 2008 8:58 am Subject: MCAUSER Confusion |
Maybe someone can help me understand MCAUSER once and for all. So from reading the manuals I have gathered that if I specify an MCAUSER for the channel and setmqaut for that user, then only that user ... |
Topic: Max number of Queues per QM? |
mquser925
Replies: 6 Views: 3571
|
Forum: General IBM MQ Support Posted: Wed Jun 18, 2008 3:12 am Subject: Max number of Queues per QM? |
You think one channel is enough for 500 applications? |
Topic: Max number of Queues per QM? |
mquser925
Replies: 6 Views: 3571
|
Forum: General IBM MQ Support Posted: Wed Jun 18, 2008 2:45 am Subject: Max number of Queues per QM? |
I am new to MQ so I don't have a good feeling on how many queues there should be. I am building a cluster with a gateway that will round-robin all messages on queues defined on all q managers. Is 500 ... |
Topic: Discourse \ Why more than one QM per machine? |
mquser925
Replies: 64 Views: 47922
|
Forum: General Discussion Posted: Thu Jun 12, 2008 1:49 am Subject: Discourse \ Why more than one QM per machine? |
What about if you are using clustering and the round robin distributed workload feature? Wouldn't it make sense to have many queue managers on a machine rather than one? |
Topic: Client failover with MQ cluster |
mquser925
Replies: 4 Views: 4811
|
Forum: Clustering Posted: Wed Jun 11, 2008 4:47 am Subject: Client failover with MQ cluster |
What about using a requester-server channel configuration? Does the client support this configuration? |
Topic: Client failover with MQ cluster |
mquser925
Replies: 4 Views: 4811
|
Forum: Clustering Posted: Wed Jun 11, 2008 2:42 am Subject: Client failover with MQ cluster |
So I've been reading through the cluster manual, the intercommunication manual and the client manual trying to see if it is possible to get messages from the all members of a cluster through the clust ... |
Topic: QALIAS in the header? |
mquser925
Replies: 4 Views: 3302
|
Forum: General IBM MQ Support Posted: Fri Jun 06, 2008 8:29 am Subject: QALIAS in the header? |
What about when the application is putting the message to the queue? Do they have the option of specifying any additional information in the header like message format? |
Topic: QALIAS in the header? |
mquser925
Replies: 4 Views: 3302
|
Forum: General IBM MQ Support Posted: Fri Jun 06, 2008 6:50 am Subject: QALIAS in the header? |
Hi all,
I am creating qaliases to reference a local Q and I ma wondering if the qalias that was used is located anywhere in the message header. I looked at the message with amqsbcg but I did not se ... |
Topic: Connecting to a cluster through a gateway |
mquser925
Replies: 31 Views: 28153
|
Forum: Clustering Posted: Thu May 29, 2008 6:25 am Subject: Connecting to a cluster through a gateway |
So thanks to exerk I found out in v6.0 there is no need for a gateway as long as I alter the queue managers and queues with clwluseq(any) then the messages should distribute throughout the cluster. Wh ... |
Topic: Connecting to a cluster through a gateway |
mquser925
Replies: 31 Views: 28153
|
Forum: Clustering Posted: Wed May 28, 2008 6:42 am Subject: Connecting to a cluster through a gateway |
Try an amqsput to the ANY.CLUSTER queue - expect a failure other than UNKNOWN OBJECT.
I tried amqsput ANY.CLUSTER GATEWAY and I got an error that the qremote did not have a queue defined to forward ... |
Topic: Connecting to a cluster through a gateway |
mquser925
Replies: 31 Views: 28153
|
Forum: Clustering Posted: Wed May 28, 2008 6:03 am Subject: Connecting to a cluster through a gateway |
So I'm assuming that the unknown object it is referring to is ANY.CLUSTER. The QM does not know where to redirect the msg? I tried defining the remote queue as a cluster queue but that did not work ei ... |