Author |
Message |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Sat Sep 06, 2008 12:47 pm Subject: ideas for Retry application |
Hi
I am supposed to design a module that is supposed to do the following:
This modle will have a Retry feature which enables submitting a request many times (this request emanates from what is known ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 03, 2008 5:59 am Subject: thanks again |
I would code it without syncpoints to get it working.
After than it might be a good idea to enclose the MQGET and MQPUTs into a unit of work to ensure consistency.
What's required is to add MQG ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 02, 2008 1:56 pm Subject: JMS sample app that shows JMS syncpointing of messages |
You want a simple fan out app.
Unless you really need the flexibility of pub sub then just code a little app to GET messages from one queue and PUT them to more than one queue (either repeat the PU ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 01, 2008 3:07 pm Subject: "Using Java Manual" |
Hi
Many thanks for the direction. I was wondering what the "Using Java Manual" is. Should I just run a google search?
thanks |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 01, 2008 10:32 am Subject: Re: realize this is not easy |
Form his first post he is clearly going the JMS route.
So let him get a good grasp on the JMS API and how to use it first.
Little steps my friend.
ConnectionFactory, Connection, Session, Consume ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 01, 2008 6:35 am Subject: which Java Message Service Specification version? |
Which version of JMS should I use. On the Sun Website they have Java Message Service Specification - version 1.1 on http://java.sun.com/products/jms/docs.html
I have Java 6 and the GlassFish server ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 31, 2008 1:45 pm Subject: realize this is not easy |
I admit I did not know even basic JMS until I studied up the basic JMS API concepts.
Admitted the whole thing is frustrating for an expert to try and explain things to a newbie, but I am determined ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 31, 2008 10:27 am Subject: what should be the environment? |
I have installed WebSphere Application Server V6 for Windows.
I am also trying to install WebSphere MQ (to act as a JMS Provider..)and Rational Application Developer as well.
In order to use the ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 30, 2008 7:28 pm Subject: app to GET messages from one queue and PUT them to more.. |
If I want to code "a little app to GET messages from one queue and PUT them to more than one queue (either repeat the PUT or use a Distribution List)" is there any sample app that I can deve ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 30, 2008 7:07 am Subject: point-to-point or publish/subscribe with one to many |
hi
thanks for the direction. My apologies for being naive. After a glance at the Sun tutorial I see that my problem could be about using the publish-subscribe model (one to many).
Still not sure ... |
Topic: MQSeries - sending messages from one MQ queue to another |
muhilan
Replies: 23 Views: 12680
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 29, 2008 12:40 pm Subject: MQSeries - sending messages from one MQ queue to another |
I am new to JMS and MQSeries. I wish to write a subscription module in which the code would take messages from one queue and send it to various queues. The queue is read in subscription mode. The requ ... |