|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
API Eixt |
« View previous topic :: View next topic » |
Author |
Message
|
basa_bbc |
Posted: Mon Mar 28, 2005 1:08 am Post subject: API Eixt |
|
|
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 |
|
 |
clindsey |
Posted: Mon Mar 28, 2005 5:37 am Post subject: |
|
|
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 |
|
 |
basa_bbc |
Posted: Mon Mar 28, 2005 8:53 pm Post subject: |
|
|
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 |
|
 |
Shalini |
Posted: Sun Apr 03, 2005 10:24 am Post subject: |
|
|
Master
Joined: 30 Apr 2002 Posts: 224 Location: India
|
I think the problem is with
|
|
Back to top |
|
 |
EddieA |
Posted: Sun Apr 03, 2005 11:31 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Shalini wrote: |
I think the problem is with
|
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 |
|
 |
markt |
Posted: Sun Apr 03, 2005 1:13 pm Post subject: |
|
|
 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|