Author |
Message
|
yrspatel |
Posted: Wed Jan 28, 2009 2:11 am Post subject: Error in downloading the messages |
|
|
Novice
Joined: 10 Jul 2008 Posts: 22
|
Hi,
Can i install MQ v6.0 in the same server where MQ 7.0 server is installed.?.
And
Can i get the message directly from server instaed of installing the client.?.  |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 28, 2009 2:20 am Post subject: Re: Error in downloading the messages |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
yrspatel wrote: |
Can i install MQ v6.0 in the same server where MQ 7.0 server is installed.?. |
No, and there's no good reason for wanting to.
yrspatel wrote: |
Can i get the message directly from server instaed of installing the client.?.  |
For what seems like the umpteenth time in recent days (but not all on this thread), client is a type of connection not a piece of software!
But yes, you can connect to the queue manager (and hence retrieve the message) using a server connection rather than a client one. 30 seconds with the .NET manual would have told you that, as well as how.
You might want to spent a little time with the Clients manual as well. This (in conjunction with the .NET documentation) might illustrate why the original coder selected the connection type he did. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 28, 2009 2:23 am Post subject: Re: Error in downloading the messages |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vitor wrote: |
For what seems like the umpteenth time in recent days (but not all on this thread), client is a type of connection not a piece of software! |
It's a floor wax and a dessert topping.
The client libraries (software) provide the client API (logical set of commands) to allow applications to create a client connection (network object). |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 28, 2009 2:29 am Post subject: Re: Error in downloading the messages |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
The client libraries (software) provide the client API (logical set of commands) to allow applications to create a client connection (network object). |
Aside from this and a couple of other postings here, I've had half a dozen people in the office either tell me their client "wasn't running", ask how to control client resource usage, or one trout-worthy designer who'd built an entire design assuming all his messages would be:
Quote: |
read ahead and buffered in the local client, enabling them to be processed while the connection was broken and re-established to the next queue manager in the cluster where the process would be repeated |
Sometimes the despair washes over me. Sometimes it comes in a mighty flood and engulfs me.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 28, 2009 2:34 am Post subject: Re: Error in downloading the messages |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vitor wrote: |
Sometimes the despair washes over me. Sometimes it comes in a mighty flood and engulfs me.  |
In Heaven there is no beer. That's why we drink it here. |
|
Back to top |
|
 |
yrspatel |
Posted: Wed Jan 28, 2009 3:04 am Post subject: Error in downloading the messages |
|
|
Novice
Joined: 10 Jul 2008 Posts: 22
|
Can u provide the url for downloading the message from MQ v7.0 server using .net application  |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 28, 2009 3:15 am Post subject: Re: Error in downloading the messages |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
yrspatel wrote: |
Can u provide the url for downloading the message from MQ v7.0 server using .net application  |
Pedantically you don't "download" a message, you "get" one. Knowing this terminology will make finding your way round the documentation so much easier.
And you'll find the links at the top of this page. Look up, to the skys, ...
(Hint - IBM calls their online documentation respository an "Info Centre) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|