Author |
Message
|
Vency |
Posted: Mon Nov 29, 2004 4:14 am Post subject: Sender don't start .. |
|
|
Newbie
Joined: 22 Nov 2004 Posts: 5 Location: Bulgaria
|
Hi ,
I have 1 MQ on AIX 4.3.3 and 1 on Win 2k
On AIX , Sender channel become inactive when expire DISCINT,
but when a msg arrived in XMITQ , sender don't start...
the trigger is turned on..
triggertype (every)..
BUT the MQ on AIX is not fixed with fixpack
MQ on 2k is patched and there is no problem
in readme on fixpack8 don't write anything about this
can you help me?
p.s. sorry for my english  |
|
Back to top |
|
 |
Nigelg |
Posted: Mon Nov 29, 2004 5:22 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Requirements for channel triggering:
The xmitq must have the settings:
TRIGGER
TRIGTYPE(FIRST)
and
INITQ(SYSTEM.CHANNEL.INITQ) |
|
Back to top |
|
 |
Vency |
Posted: Mon Nov 29, 2004 5:44 am Post subject: |
|
|
Newbie
Joined: 22 Nov 2004 Posts: 5 Location: Bulgaria
|
I switch to TRIGGER
but after 1-2 h when i look
it NOTRIGGER
what tha ****  |
|
Back to top |
|
 |
vennela |
Posted: Mon Nov 29, 2004 7:57 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
What about
?
Did you change it from EVERY to FIRST? Doesn't it work? |
|
Back to top |
|
 |
EddieA |
Posted: Mon Nov 29, 2004 10:38 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
TRIGGER
TRIGTYPE(FIRST)
and
INITQ(SYSTEM.CHANNEL.INITQ) |
Don't you also need the name of the Channel in TRIGGERDATA.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 29, 2004 12:01 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
EddieA wrote: |
Quote: |
TRIGGER
TRIGTYPE(FIRST)
and
INITQ(SYSTEM.CHANNEL.INITQ) |
Don't you also need the name of the Channel in TRIGGERDATA.
Cheers, |
Not in 5.3. The qmgr checks for which channel the xmitq has been declared and starts it automatically. (assumption your xmitq is referenced in only 1 chl
Enjoy  |
|
Back to top |
|
 |
csmith28 |
Posted: Mon Nov 29, 2004 12:32 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
EddieA wrote: |
Quote: |
TRIGGER
TRIGTYPE(FIRST)
and
INITQ(SYSTEM.CHANNEL.INITQ) |
Don't you also need the name of the Channel in TRIGGERDATA.
Cheers, |
Either that or you have to define a PROCESS and that points to the Channel and put the PROCESS name in PROCESS field of the XMITQ definition. But that is the old way of doing it.
@ fjb_saper - TRGDATA is an XMITQ attribute. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Nov 29, 2004 7:07 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
csmith28 wrote: |
EddieA wrote: |
Quote: |
TRIGGER
TRIGTYPE(FIRST)
and
INITQ(SYSTEM.CHANNEL.INITQ) |
Don't you also need the name of the Channel in TRIGGERDATA.
Cheers, |
Either that or you have to define a PROCESS and that points to the Channel and put the PROCESS name in PROCESS field of the XMITQ definition. But that is the old way of doing it.
@ fjb_saper - TRGDATA is an XMITQ attribute. |
Quote: |
Create the process definition for the triggering, if it does not exist, and ensure that its UserData field contains the name of the channel it serves. For WebSphere MQ for AIX, iSeries, HP-UX, Linux, Solaris and Windows systems, and MQSeries for Compaq Tru64 UNIX, and OS/2 Warp, the process definition is optional (it is not supported on MQSeries for VSE/ESA). Instead, you can specify the channel name in the TriggerData attribute of the transmission queue. WebSphere MQ for AIX, iSeries, Linux, HP-UX, Solaris and Windows systems, and MQSeries for Compaq Tru64 UNIX, and OS/2 Warp allow the channel name to be specified as blank, in which case the first available channel definition with this transmission queue is used. |
_________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Vency |
Posted: Mon Nov 29, 2004 10:22 pm Post subject: |
|
|
Newbie
Joined: 22 Nov 2004 Posts: 5 Location: Bulgaria
|
10x of all
for now is ok |
|
Back to top |
|
 |
|