Author |
Message |
Topic: creating a subscriber for a topic using MQJExplorer |
Vin
Replies: 6 Views: 4771
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 28, 2005 8:24 am Subject: creating a subscriber for a topic using MQJExplorer |
tried that too, does'nt seem to be working, not sure what I'm missing, my queue manager is running ok and so is my broker |
Topic: creating a subscriber for a topic using MQJExplorer |
Vin
Replies: 6 Views: 4771
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 28, 2005 7:10 am Subject: creating a subscriber for a topic using MQJExplorer |
Thanks but looks like I entered all the info and my stream queue and local queue both are existing but still I see the problem, not sure whether its something to do with the tool itself. Is there an o ... |
Topic: Message correlation. |
Vin
Replies: 9 Views: 6681
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 27, 2005 6:31 pm Subject: Message correlation. |
did you look at the temporary dynamic queues which could be used for the request/reply scenario. you create a temporary queue and use the name in the replyTo queue field of the message, the responder ... |
Topic: creating a subscriber for a topic using MQJExplorer |
Vin
Replies: 6 Views: 4771
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 27, 2005 4:04 pm Subject: creating a subscriber for a topic using MQJExplorer |
I was trying to create a subscriber for an MQTopic using MQJExplorer and was getting this error com.ibm.mq.MQException: Completion Code 2, Reason 2085. Has anyone faced this before? |
Topic: distribution lists in JMS |
Vin
Replies: 1 Views: 2367
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 25, 2005 2:55 pm Subject: distribution lists in JMS |
are distribution lists available to JMS? if so how can I configure them? if there are no distribution lists available is there a way I can send the messages to multiple destinations without programati ... |
Topic: configuring a weblogic messaging bridge |
Vin
Replies: 1 Views: 2472
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 20, 2005 6:06 am Subject: configuring a weblogic messaging bridge |
I'm trying to configure a weblogic messaging bridge for tunneling the messages from weblogic to mqseries and found in the documentation that there should be a custom adapter which should be provided ... |
Topic: MQJMS 1061 "Unable to deserialize object" |
Vin
Replies: 4 Views: 4353
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 30, 2005 6:50 pm Subject: MQJMS 1061 "Unable to deserialize object" |
IBM did provide me with an APAR for this and it worked fine afer that. |
Topic: MQJMS 1061 "Unable to deserialize object" |
Vin
Replies: 4 Views: 4353
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 28, 2005 8:05 am Subject: MQJMS 1061 "Unable to deserialize object" |
Thanks, all of the conditions that are stated in this APAR seems to fit us, we are using CSD08 and durable subscribers as message driven beans, so do you think I should open a trouble ticket with IBM? |
Topic: MQJMS 1061 "Unable to deserialize object" |
Vin
Replies: 4 Views: 4353
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 27, 2005 5:06 pm Subject: MQJMS 1061 "Unable to deserialize object" |
we have a pub/sub application in which an object message is published by the publishers and the subscribers are message driven beans deployed in weblogic app server. We are noticing an error message w ... |
Topic: pub/sub checking the depth of topics |
Vin
Replies: 14 Views: 9032
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 22, 2005 11:55 am Subject: pub/sub checking the depth of topics |
sure will read the java manual first before posting any more questions. |
Topic: pub/sub checking the depth of topics |
Vin
Replies: 14 Views: 9032
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 22, 2005 10:51 am Subject: pub/sub checking the depth of topics |
looked at this queue SYSTEM.JMS.D.SUBSCRIBER.QUEUE and it shows a depth. Now here is my question, do all durable subscribers use the same queue to get the messages from? how do I configure the queues ... |
Topic: pub/sub checking the depth of topics |
Vin
Replies: 14 Views: 9032
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 22, 2005 10:42 am Subject: pub/sub checking the depth of topics |
Each subscriber can register whatever queue name it wants to use, and will receive messages on that queue. Each queue registered will be only as deep as the subscriber application allows it to be.
... |
Topic: pub/sub checking the depth of topics |
Vin
Replies: 14 Views: 9032
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 22, 2005 10:05 am Subject: pub/sub checking the depth of topics |
If you want to secure your topics, you need to use WBIEB or WBIMB
can you tell me what they mean ? sorry not aware of them |
Topic: pub/sub checking the depth of topics |
Vin
Replies: 14 Views: 9032
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 22, 2005 9:57 am Subject: pub/sub checking the depth of topics |
thanks for the answers, which queue is it that I check for to get the depth of messages on the topic? what will be the name of that subscribe queue? |
Topic: pub/sub checking the depth of topics |
Vin
Replies: 14 Views: 9032
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 22, 2005 6:35 am Subject: pub/sub checking the depth of topics |
Just started of implementing a pub/sub solution and have a few questions.
1) Since the topics are not physical in MQSeries are they persistent? when mqseries goes down and comes back up will the to ... |