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 » Search

 Search found 15 matches
Author Message
  Topic: Channel Initiator
Suessli

Replies: 2
Views: 3586

PostForum: General Discussion   Posted: Sun Apr 26, 2009 9:21 am   Subject: Channel Initiator
Hi everyone,

is there a document out there that describes how a channel initiator acts after a channel encounters a failure? How does ist scan the channel status table and how does it use retry par ...
  Topic: Inquire parameters from QM_1 via QM_2 with PCF Java API?
Suessli

Replies: 19
Views: 18119

PostForum: IBM MQ API Support   Posted: Thu Mar 12, 2009 4:45 am   Subject: Inquire parameters from QM_1 via QM_2 with PCF Java API?
...
You need to use a different connect method.

Thanks for this hint Jeff. Using this method


connect(com.ibm.mq.MQQueueManager qmanager, java.lang.String targetQueue, java.lang.String tar ...
  Topic: Inquire parameters from QM_1 via QM_2 with PCF Java API?
Suessli

Replies: 19
Views: 18119

PostForum: IBM MQ API Support   Posted: Thu Mar 12, 2009 2:06 am   Subject: Inquire parameters from QM_1 via QM_2 with PCF Java API?
I was trying it as follows.


MQEnvironment.hostname = "XXX";
MQEnvironment.port = 1414;
MQEnvironment.channel = "XXX";

MQEnvironment.userID = "xxx";
t ...
  Topic: Inquire parameters from QM_1 via QM_2 with PCF Java API?
Suessli

Replies: 19
Views: 18119

PostForum: IBM MQ API Support   Posted: Wed Mar 11, 2009 6:47 am   Subject: Inquire parameters from QM_1 via QM_2 with PCF Java API?
I'd suggest you use a different constructor from the PCFMessage class.

Can you please be more specific. Which constructor do you mean?
  Topic: Inquire parameters from QM_1 via QM_2 with PCF Java API?
Suessli

Replies: 19
Views: 18119

PostForum: IBM MQ API Support   Posted: Wed Mar 11, 2009 6:37 am   Subject: Inquire parameters from QM_1 via QM_2 with PCF Java API?
You don't tell the Agent to connect to the remote queue manager. You construct PCFMessages that are destined for the remote queue manager.

Jeff I am constructing a PCFMessage as follows.


PCFM ...
  Topic: Inquire parameters from QM_1 via QM_2 with PCF Java API?
Suessli

Replies: 19
Views: 18119

PostForum: IBM MQ API Support   Posted: Wed Mar 11, 2009 6:22 am   Subject: Re: Inquire parameters from QM_1 via QM_2 with PCF Java API?

I want to tell you nothing of the kind!

Unless there's something weird about the PCFAgent I'm unaware of that locks it to a specific location. Possible, given my level of Java knowledge.

...
  Topic: Inquire parameters from QM_1 via QM_2 with PCF Java API?
Suessli

Replies: 19
Views: 18119

PostForum: IBM MQ API Support   Posted: Wed Mar 11, 2009 6:11 am   Subject: Re: Inquire parameters from QM_1 via QM_2 with PCF Java API?

Use QM_2 to redirect the PCF message to QM_1. Standard request/reply/remote queue stuff.

So you want to tell me that this is not possibla with the Admin API and I have to use MQ API instead? That ...
  Topic: Inquire parameters from QM_1 via QM_2 with PCF Java API?
Suessli

Replies: 19
Views: 18119

PostForum: IBM MQ API Support   Posted: Wed Mar 11, 2009 5:55 am   Subject: Inquire parameters from QM_1 via QM_2 with PCF Java API?
Hi everyone,

is this possible. Anyone examples for me?
How do I tell the PCFAgent that he should connect to QM_2 but get information from QM_1?
  Topic: Inquire senders with NPMSPEED not NORMAL via Java API?
Suessli

Replies: 0
Views: 3859

PostForum: IBM MQ API Support   Posted: Wed Mar 04, 2009 5:50 am   Subject: Inquire senders with NPMSPEED not NORMAL via Java API?
Hi everyone,

I am trying to get every sender channel which has NPMSPEED not set to NORMAL. How would you achieve this via PCF commands of the Java API?

I am trying it as follows.


...
reque ...
  Topic: User ID at new PCFMessageAgent()?
Suessli

Replies: 2
Views: 5532

PostForum: IBM MQ API Support   Posted: Tue Feb 24, 2009 1:09 am   Subject: User ID at new PCFMessageAgent()?
Hi everyone,

maybe I am blind or maybe my knowledge about mq ist still at very low level but I am not able to connect to a queue manager via PCF command from the Java API.

I am trying to connect ...
  Topic: Same userid for same username in HACMP?
Suessli

Replies: 7
Views: 4938

PostForum: General IBM MQ Support   Posted: Tue Dec 16, 2008 5:43 am   Subject: Same userid for same username in HACMP?
It is less important for client/MCAUSER ids, because these typically do not own files on the server.

One should consider the implication on SSL keyrings, however.

It is also a question of admini ...
  Topic: Same userid for same username in HACMP?
Suessli

Replies: 7
Views: 4938

PostForum: General IBM MQ Support   Posted: Tue Dec 16, 2008 5:33 am   Subject: Same userid for same username in HACMP?
I think Vitor was asking the question in relation to the MCAUSER userid you should have on the client channels....

I think I understood him. We have same user names in the MCAUSER parameter on both ...
  Topic: Same userid for same username in HACMP?
Suessli

Replies: 7
Views: 4938

PostForum: General IBM MQ Support   Posted: Tue Dec 16, 2008 5:22 am   Subject: Re: Same userid for same username in HACMP?
The question is why do they not have the same userid?

Why should they? You have to distinguish between "user ID" and "user name". If you enter "id mqm" on AIX you get ...
  Topic: Same userid for same username in HACMP?
Suessli

Replies: 7
Views: 4938

PostForum: General IBM MQ Support   Posted: Tue Dec 16, 2008 5:11 am   Subject: Same userid for same username in HACMP?
Hello everyone,

I am working in a hacmp environment and queue managers are switching from node to node in the cause of a failure. In the manual for supportpac MC91 I found that mqm users and groups ...
  Topic: MQ 6.0 silent install on AIX and HP-UX
Suessli

Replies: 2
Views: 4133

PostForum: IBM MQ Installation/Configuration Support   Posted: Tue Jan 29, 2008 5:36 am   Subject: MQ 6.0 silent install on AIX and HP-UX
Hi everyone,

there is a silent install script for the SUN MQ V6.0 installation, however I was not able to find s.th. similar for AIX or HP-UX. Does anyone of you has an idea about how to arrange a ...
Page 1 of 1

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.