Author |
Message |
Topic: WSAD 5.1 and MQ 3.5 |
sanks
Replies: 7 Views: 9851
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 12, 2006 2:07 am Subject: WSAD 5.1 and MQ 3.5 |
javax.jms.InvalidDestinationException: MQJMS2008 will only happen when destination Queue Name or Qmanager name is not correct or not running properly. Nothing else. Before going to other, check the a ... |
Topic: Multiple topic in a single Queueu |
sanks
Replies: 1 Views: 1723
|
Forum: General IBM MQ Support Posted: Wed Nov 09, 2005 4:58 am Subject: Multiple topic in a single Queueu |
Is it possible to create multiple topics in the same Local Queue thru WAS configuration? Like I have one connection factory, one base topic queue with different topic string and JND topic name.
As ... |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Tue Nov 08, 2005 6:09 am Subject: publish a topic using MQI |
I have put the RFH-headed message with publish Command
as "<psc><Command>Publish</Command><Topic>SLAM/ALL</Topic> <QMgrName>SLAMQM</QMgrName><QName ... |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Tue Nov 08, 2005 3:07 am Subject: publish a topic using MQI |
I am stuck.
Please help me out. |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Mon Nov 07, 2005 10:17 pm Subject: publish a topic using MQI |
hi fjb_saper
I need to set some MQMD properties for content base filtering when publishing a topic. I think I couldn't able to do the same by JMS.
hi bower5932
what do you mean by control comm ... |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Mon Nov 07, 2005 6:04 am Subject: publish a topic using MQI |
Some of my ovservation(I am yet to run the subscriber)
1>I put message (with topic queue and topic name specified as pucommand in RFH2 header) default broker stream queue SYSTEM.BROKER.DEFAULT.STR ... |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Mon Nov 07, 2005 5:42 am Subject: publish a topic using MQI |
One think I need to clearify.
To publish a topic in a queue thru broker should I need to put RFH2 headed message to SYSTEM.BROKER.DEFAULT.STREAM or SYSTEM.BROKER.CONTROL.QUEUE?
May be I am doing w ... |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Mon Nov 07, 2005 5:20 am Subject: publish a topic using MQI |
I am agreeing with you.
But with out subscriber I can see (by WMQ Explorer) the topic message in the queue on which the topic has been published.Right?
In my scenario when I put the message (RFH2 he ... |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Mon Nov 07, 2005 5:07 am Subject: publish a topic using MQI |
I have the following codebase that set the RFH2 header.
I have started brkr using strmqbrkr command.
I run the code which put the message (having RFH2 header end with my message) in SYSTEM.BROKER.DE ... |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Mon Nov 07, 2005 4:30 am Subject: publish a topic using MQI |
Thanks for your response.
I am using JAVA.
It will nice of you if you give me some code base or Pseudo code using MQI.
Waiting for your valuable reply.
Sanks |
Topic: publish a topic using MQI |
sanks
Replies: 21 Views: 13032
|
Forum: IBM MQ API Support Posted: Sun Nov 06, 2005 11:23 pm Subject: publish a topic using MQI |
It is very very urgent.
Can any body tell me without using JMS how can I publish a topic in a Queue using MQAPI?
Any code base will be very much helpfull.
Thanks in advance.
sanks |
Topic: Content based search thru broker in Pub/Sub scenario. |
sanks
Replies: 2 Views: 2437
|
Forum: General Discussion Posted: Wed Nov 02, 2005 1:32 am Subject: Content based search thru broker in Pub/Sub scenario. |
One solution is to use JMS message selector API.
But I don't want to use that. It will put impact on my existing system code base. I just want to do that by means of configuring the MQ pub/sub.
Is t ... |
Topic: Content based search thru broker in Pub/Sub scenario. |
sanks
Replies: 2 Views: 2437
|
Forum: General Discussion Posted: Tue Nov 01, 2005 9:19 pm Subject: Content based search thru broker in Pub/Sub scenario. |
Hi,
I am waving in a difficult state now-a-days that not able to get the solution of the following problem.
I am using MQ Pub/sub -broker (Not WebSphere Business Integration Event Broker and WebSp ... |
Topic: Problem java call from XSLT in XMLTransformation Node |
sanks
Replies: 0 Views: 1768
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 31, 2005 7:27 pm Subject: Problem java call from XSLT in XMLTransformation Node |
My Xslt file of XMLTransformation contains the java call.
The java class are in My.jar file.
To get tested the message flow, where should I put My.jar file?
Is it under the WBIMB_HOME/classes o ... |
Topic: XMLTransformation output problem |
sanks
Replies: 19 Views: 12012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2005 11:03 am Subject: XMLTransformation output problem |
jefflowrey
This is the ESQL
CREATE COMPUTE MODULE Dispatcher_LOG CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
DECLARE MT CHARACTER 'A';
DECLARE I INTEGER 0;
DECLARE J INTEGER CARD ... |