Author |
Message |
Topic: Publish via an alias queue |
csdenis
Replies: 15 Views: 14016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 10, 2006 5:09 pm Subject: Publish via an alias queue |
And LOCAL.TEST.01 is what? A local queue? A cluster queue? How is that defined and where?
"LOCAL.TEST.01" is a local queue under another queue manager. This queue and the queue ma ... |
Topic: Publish via an alias queue |
csdenis
Replies: 15 Views: 14016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 08, 2006 1:11 am Subject: Publish via an alias queue |
Is the alias q defined on BROKERQM locally?
What exactly is the definition of the alias queue?
Are you submitting the subscription without the qmgr name?
Hi, I've copied the definition of my al ... |
Topic: Publish via an alias queue |
csdenis
Replies: 15 Views: 14016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 07, 2006 2:29 am Subject: Publish via an alias queue |
Well, I've never done it, but I would think that you should be able to use a cluster alias queue as the target for a subscription.
So if you use a remote or local queue, you get a response back in ... |
Topic: Publish via an alias queue |
csdenis
Replies: 15 Views: 14016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 06, 2006 6:35 pm Subject: Publish via an alias queue |
So do you get a reply message back in the "ReplyToQ" you specified on your subscription message?
Can you use amqsput to put a test message to the alias queue:
amqsput SYSTEM.JMS.D.ALIAS. ... |
Topic: Publish via an alias queue |
csdenis
Replies: 15 Views: 14016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 06, 2006 4:28 pm Subject: Publish via an alias queue |
So do you get a reply message back in the "ReplyToQ" you specified on your subscription message?
Can you use amqsput to put a test message to the alias queue:
amqsput SYSTEM.JMS.D.ALIAS. ... |
Topic: Publish via an alias queue |
csdenis
Replies: 15 Views: 14016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 06, 2006 3:05 am Subject: Publish via an alias queue |
First, don't use SYSTEM.* for your queue names, that is reserved for MQ's use.
Does it work if you just use a local queue as the target for your subscriptions?
Does the subscription display in the ... |
Topic: Publish via an alias queue |
csdenis
Replies: 15 Views: 14016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 05, 2006 9:45 pm Subject: Publish via an alias queue |
Hi,
I need the broker to perform publication via an alias queue (in cluster) to the destination queue. When I doing subscripton, I put the following message to the SYSTEM.BROKER.CONTROL.QUEUE:
... |
Topic: Publish subscribe collective problem. |
csdenis
Replies: 9 Views: 6648
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 11, 2006 5:41 pm Subject: Publish subscribe collective problem. |
thank you for your reply, sorry if my question is really dumb,
but in this case, how can i get the message to my target queue in QM2? am i suppose to get the message from SYSTEM.BROKER.INTERBROKER.Q ... |
Topic: Publish subscribe collective problem. |
csdenis
Replies: 9 Views: 6648
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 11, 2006 3:58 am Subject: Publish subscribe collective problem. |
Hi,
I got a similiar problem here. I use BROKER1 (using QM1) to publish (by publication node). BROKER2 (using QM2) to subscribe. Both broker belongs to the same collective and using the same Config ... |
Topic: WBIMB v6.0 - remove default namespaces in XMLNS domain |
csdenis
Replies: 3 Views: 4072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 28, 2006 9:30 pm Subject: WBIMB v6.0 - remove default namespaces in XMLNS domain |
Thanks for your reply.
Actually I have already search for the previous discussion, even the coding to remove namespaces is copied from there! But I fail to locate the topic about "default namespace ... |
Topic: WBIMB v6.0 - remove default namespaces in XMLNS domain |
csdenis
Replies: 3 Views: 4072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 28, 2006 5:38 pm Subject: WBIMB v6.0 - remove default namespaces in XMLNS domain |
Hi,
I am using WBIMB 6.0 to pass XML message with namespaces to backend, I used XMLNS domain for MQInput Node.
By requirement, I need to remove all the namespaces before passing it to one of my ... |
Topic: Read the MQXQH using Java? |
csdenis
Replies: 4 Views: 3957
|
Forum: IBM MQ Java / JMS Posted: Tue May 30, 2006 2:55 am Subject: Read the MQXQH using Java? |
Dear all,
Can I read the content of MQXQH by Java coding?
I have several message pending in the transmission queue and I'd like to view it's MQXQH to see more information.
Now I can only get ... |
Topic: A dummy question |
csdenis
Replies: 4 Views: 3027
|
Forum: Clustering Posted: Thu Apr 22, 2004 12:29 am Subject: A dummy question |
you need to open the queue as if it was a local queue.
no need to specify the remote queuemanager, just the
one you are connecting to.
Thanks for your help! |
Topic: A dummy question |
csdenis
Replies: 4 Views: 3027
|
Forum: Clustering Posted: Wed Apr 21, 2004 7:52 pm Subject: A dummy question |
Sorry but I am new in MQ clustering. If 2 QueueManagers are in the same cluster, when I try to put message to another queue manager's local queue (which is already shared), do I need to specify the n ... |
Topic: User ID when accessing through WebSphere Application Server |
csdenis
Replies: 0 Views: 1447
|
Forum: General Discussion Posted: Mon May 26, 2003 3:39 am Subject: User ID when accessing through WebSphere Application Server |
Dear all,
I've got the problem when I use Servlet under WebSphere Application Server to access MQ. I found that sometimes the user is WEBPUB while sometimes the user is WEBUSR. Does anyone know u ... |