ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQ client

Post new topic  Reply to topic
 MQ client « View previous topic :: View next topic » 
Author Message
chris boehnke
PostPosted: Tue Jul 14, 2009 8:33 am    Post subject: MQ client Reply with quote

Partisan

Joined: 25 Jul 2006
Posts: 369

Hi Guys,

Can an application connect to MQ server in client mode though the MQ client is not installed on the box where we have application?


Thanks
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Jul 14, 2009 9:07 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

How could that be possible?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Jul 14, 2009 9:09 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Yes.

As long as the application is not using MQ APIs.

http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=/com.ibm.mq.csqzau.doc/ts11400_.htm
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Jul 14, 2009 9:13 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

That's a protocol bridge.

To me "client mode" means that the application has connected using the MQI (directly or via JMS) over a MQ client channel.
Back to top
View user's profile Send private message
chris boehnke
PostPosted: Tue Jul 14, 2009 9:15 am    Post subject: Reply with quote

Partisan

Joined: 25 Jul 2006
Posts: 369

if application uses MQ API and has the client libraries in the application directory is it possible to connect to MQ queue manager?

If application uses client libraries, what all client libraries must be copied?
Is it required to set any environement variables?


Thanks
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Jul 14, 2009 9:22 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Just install the client.

Really.

Anything else is a maintenance and change control nightmare.
Back to top
View user's profile Send private message
chris boehnke
PostPosted: Tue Jul 14, 2009 9:44 am    Post subject: Reply with quote

Partisan

Joined: 25 Jul 2006
Posts: 369

mqjeff wrote:
Just install the client.

Really.

Anything else is a maintenance and change control nightmare.


ok I would install client.

But I am not sure if application can use client libraries in their own directory and connect to the MQ queue manager. Because, I see there is no MQ client on the server and application directory has client library.

Can you guys pls let me know if application can connect like what I mentioned above?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Jul 14, 2009 10:02 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

It depends on what you mean by "client libraries".

It's *possible*.

It's always *a bad idea*.

What version are those libraries? Are you sure? how do you update them?
Back to top
View user's profile Send private message
chris boehnke
PostPosted: Tue Jul 14, 2009 10:11 am    Post subject: Reply with quote

Partisan

Joined: 25 Jul 2006
Posts: 369

mqjeff wrote:
It depends on what you mean by "client libraries".

It's *possible*.

It's always *a bad idea*.

What version are those libraries? Are you sure? how do you update them?


com.ibm.mq.jar they are version 6
I didn't update, I was looking into the server and found them
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Jul 14, 2009 10:18 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Java apps don't need the full client, but copying the IBM MQ jar files means they will get forgotten about and not updated.
Back to top
View user's profile Send private message
chris boehnke
PostPosted: Tue Jul 14, 2009 10:33 am    Post subject: Reply with quote

Partisan

Joined: 25 Jul 2006
Posts: 369

zpat wrote:
Java apps don't need the full client, but copying the IBM MQ jar files means they will get forgotten about and not updated.


Can you let me know what all libraries they require?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Jul 14, 2009 10:48 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

chris boehnke wrote:
zpat wrote:
Java apps don't need the full client, but copying the IBM MQ jar files means they will get forgotten about and not updated.


Can you let me know what all libraries they require?

Everything from under <mqinstall>/java/lib
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
zpat
PostPosted: Tue Jul 14, 2009 11:22 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

You want help not to follow our advice?
Back to top
View user's profile Send private message
SAFraser
PostPosted: Tue Jul 14, 2009 8:16 pm    Post subject: Reply with quote

Shaman

Joined: 22 Oct 2003
Posts: 742
Location: Austin, Texas, USA

I don't think that copying jars is supported anymore, is it? I thought that IBM wants a proper client installation.

At least, that's the story I've been telling everyone at my site. Encourages them to listen to my opinions about how to install those darn jar files...
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jul 15, 2009 12:36 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

SAFraser wrote:
I don't think that copying jars is supported anymore, is it? I thought that IBM wants a proper client installation.

At least, that's the story I've been telling everyone at my site. Encourages them to listen to my opinions about how to install those darn jar files...


It's a grey area. The recommended way is a full install, but I believe support will be offered if you've just installed the jar files.

Probably "do a full client install and call us back if it still doesn't work"

The advantages of doing a full install over just dumping the jar files in the classpath are many, and have been enumerated on the forum.

It's certainly the best way, and I congratulate you on your crusade.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQ client
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.