Author |
Message |
Topic: How to connect to MQSeries queue with JMS client |
rupesh_hp
Replies: 8 Views: 3275
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 20, 2004 4:03 am Subject: How to connect to MQSeries queue with JMS client |
You need to set up server connection and client connection channels.
Regards,
Rupesh Gupta |
Topic: Multiple subscriptions in pub sub |
rupesh_hp
Replies: 1 Views: 1536
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 20, 2004 4:02 am Subject: Multiple subscriptions in pub sub |
Hi ,
Client code should subscribe for multiple topics. I am using JMS code.
How can i subscribe to multiple topics using createsubscriber method.
or is there any other way of doing so.
... |
Topic: MQSeries PUB/SUB |
rupesh_hp
Replies: 1 Views: 1489
|
Forum: General Discussion Posted: Tue Jul 20, 2004 3:59 am Subject: MQSeries PUB/SUB |
Hi ,
i need to make a subscriber to suscbribe to multiple topics.
i am using jms code. can someone throw more light on this.
Regards,
Rupesh Gupta |
Topic: MQ PUB-SUB |
rupesh_hp
Replies: 2 Views: 2367
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 29, 2004 10:31 pm Subject: MQ PUB-SUB |
Hi MQ Gurus,
I am using JMS for publishing on MQ with message selector and want to use subscriber with message selector using 'C' . Can somebody point me to any sample code in 'C' which uses me ... |
Topic: MQSeries JMSAdministration |
rupesh_hp
Replies: 6 Views: 3623
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 28, 2004 5:23 am Subject: MQSeries JMSAdministration |
Thanks All.....
I am done with this.
Sorry jeff...for posting u a private message....it happenned by mistake.
Regards,
Rupesh Gupta |
Topic: MQSeries JMSAdministration |
rupesh_hp
Replies: 6 Views: 3623
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 28, 2004 4:33 am Subject: MQSeries JMSAdministration |
Hi Jeff,
Thanks for the reply. I have tried using the same methodology but when my subscriber tries to subscribe to the topic containing * or anything like that it gives me java naming exception ... |
Topic: Qmgr connection with JMS |
rupesh_hp
Replies: 4 Views: 3491
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 28, 2004 1:43 am Subject: Qmgr connection with JMS |
you need to have channels for the same. if you want to write on a local queue residing on the other machine.Also the QCF should be defined for that machine say
with parameters as host,port,transport ... |
Topic: C API for MQSeries Pub sub functionality |
rupesh_hp
Replies: 2 Views: 1996
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 28, 2004 1:39 am Subject: C API for MQSeries Pub sub functionality |
Hi friends,
I am using MQseries Pub/Sub.Here my publisher would be JMS code and the subscriber will be a non java client. Need to know if anybody of us is aware of the same and can point me to a ... |
Topic: MQSeries JMSAdministration |
rupesh_hp
Replies: 6 Views: 3623
|
Forum: IBM MQ Java / JMS Posted: Sun Jun 27, 2004 8:58 pm Subject: MQSeries JMSAdministration |
Hi Bower,
Could not find any useful info on creating topic heirarchies.
If you have any other pointers do let me know.
Regards,
Rupesh Gupta |
Topic: MQSeries JMSAdministration |
rupesh_hp
Replies: 6 Views: 3623
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 25, 2004 5:45 am Subject: MQSeries JMSAdministration |
Hi Friends,
How can i create topic hierarchies using JMSAdmin .
and how i can use the same in Publish/Subscribe Mode.
Any pointers or help would help me a lot. I have already done pub-su ... |