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 Performance Monitoring » API Eixt

Post new topic  Reply to topic
 API Eixt « View previous topic :: View next topic » 
Author Message
basa_bbc
PostPosted: Mon Mar 28, 2005 1:08 am    Post subject: API Eixt Reply with quote

Apprentice

Joined: 20 Jan 2004
Posts: 35

Hello All,

I am having issues in registering two API exits with the same queue manager. Please find below the extract from the qm.ini file.

ApiExitLocal:
Name=msgdsp_g
Function=APIEntryPoint
Module=/var/mqm/exits/msgdsp_g
Data=dispatcher
Sequence=100

Name=amtreg13
Function=APIEntryPoint
Module=/var/mqm/exits/amtreg13.so
Data=dispatcher
Sequence=200


Whenever i start the queue mangaer, the queue manager listener goes down, generating FDC's. Could anybody let me know if there are any problem in configuring two api exit on the same queue manager, or else what i have declared is correct ? and why is the listener going down.
Regards,

BBC
Back to top
View user's profile Send private message
clindsey
PostPosted: Mon Mar 28, 2005 5:37 am    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

There is no problem with registering multiple API Exits for a queue manager. That is the purpose of the sequence number. It determines the order in which they get called.

If you have not done this already. just register them one at a time and test to see if you can determine which is giving you problems. If this doesn't show the problem, you must have some conflict in the code which occurs only when both are active concurrently, e.g some resource contention, etc.

Charlie
Back to top
View user's profile Send private message
basa_bbc
PostPosted: Mon Mar 28, 2005 8:53 pm    Post subject: Reply with quote

Apprentice

Joined: 20 Jan 2004
Posts: 35

Hello Clindsey,

I have verified the exits, the issue arises whenever i configure the second exit, otherwise individually the exits are working fine.

I suspect that there is something conflicting in the code. Can u provide me a list of to check in the code. would really appreciate faster response.

Regards,

BBC
Back to top
View user's profile Send private message
Shalini
PostPosted: Sun Apr 03, 2005 10:24 am    Post subject: Reply with quote

Master

Joined: 30 Apr 2002
Posts: 224
Location: India

I think the problem is with
Quote:

Sequence=200
Back to top
View user's profile Send private message Send e-mail
EddieA
PostPosted: Sun Apr 03, 2005 11:31 am    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Shalini wrote:
I think the problem is with
Quote:

Sequence=200

Why.
Quote:
There is no need for the sequence numbering of exits to be contiguous; a sequence of 1, 2, 3 has the same result as a sequence of 7, 42, 1096

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
markt
PostPosted: Sun Apr 03, 2005 1:13 pm    Post subject: Reply with quote

Knight

Joined: 14 May 2002
Posts: 508

If you have really quoted what's in the ini file, then there's an obvious error: there's no ApiExitLocal line for the second stanza.
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 Performance Monitoring » API Eixt
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.