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 » General Discussion » jms client

Post new topic  Reply to topic
 jms client « View previous topic :: View next topic » 
Author Message
vijaykaran
PostPosted: Tue Jun 10, 2003 8:31 pm    Post subject: jms client Reply with quote

Newbie

Joined: 10 Jun 2003
Posts: 1

i am connecting to mqserver using jms client.Can i use the default server
connection channel or should i go for user defined server connection channel
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
mqonnet
PostPosted: Wed Jun 11, 2003 5:27 am    Post subject: Reply with quote

Grand Master

Joined: 18 Feb 2002
Posts: 1114
Location: Boston, Ma, Usa.

Your call. Doesnt make any diff. But always a good idea to associate your operation with its respective channel.

Cheers
Kumar
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mrliang
PostPosted: Tue Jun 24, 2003 6:06 pm    Post subject: some jms client question Reply with quote

Newbie

Joined: 23 Jun 2003
Posts: 5

HI,vijaykaran
i have some trouble when i process jms client app.
Posted: Mon Jun 23, 2003 10:05 pm Post subject: a question about mq jms client application

--------------------------------------------------------------------------------

When I try to create connection:

MQQueueConnectionFactory factory = new MQQueueConnectionFactory();

factory.setQueueManager(QUEUE_MANAGER);
factory.setTransportType(JMSC.MQJMS_TP_CLIENT_MQ_TCPIP);
factory.setHostName(HOST);
factory.setPort(PORT);
factory.setChannel(CHANNEL);

connection = factory.createQueueConnection();

The java throws exception:

javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'HOST:QUEUE_MANAGER'
linked exception: com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2195

Why it is happen?

_________________-
can give me some suggection?thanks
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 » General Discussion » jms 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.