Posted: Wed Aug 25, 2010 2:44 am Post subject: Newbie - general question - JMS
Newbie
Joined: 25 Aug 2010 Posts: 1
Hi,
I concern oneself with MQS since some days. So during my self teaching lessons I'm not able to answer some questions.
My target:
Far away there is a MQ Series Server and I will send and receive messages from this server.
So in my understanding, I have to install a MQS Client on a PC. That MQS Client has to be customized, that he can send and receive messages from the server. The received messages will be saved in a queue on my client. Now I can write a Java program using JMS to get this queue (and add messages for sending).
Is this correct and respectively a good way? I think the advantage of using a MQS Client is, that I don't have to handle the queue on my own, isn't it?
no you missunderstood the client concept. there is no queue on the client side. the client is just a piece of code used by application programs to connect via network to an mq server and work with the servers queues (in simple words).
i think the client manual and / or the concepts manual should give you a proper overview of this. _________________ Regards, Butcher
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum