Yes I agree with them all. Every shop I have been in in some way does
something very unique to handle this problem!!!!



It's called....THINKING!!!!






From: "Anderson, Lizette T. (RyTull)" <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: messages out of order
Date: Fri, 14 Feb 2003 09:35:53 -0600

That is what I told them.  They said "no" other shops must be doing
something unique to handle this.  Thanks everyone.

-----Original Message-----
From: Robert Broderick [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 6:58 PM
To: [EMAIL PROTECTED]
Subject: Re: messages out of order


This sounds like the "no soap radio" story. Why cannot the project their
sizing and make the queue and storage behind the queue big enough!!!
Ask them if they do that with their VSAM datasets?????????????






>From: "Anderson, Lizette T. (RyTull)" <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: messages out of order
>Date: Thu, 13 Feb 2003 15:59:25 -0600
>
>Funny.
>
>I made another attempt to have the programmers change it to go to a local
>queue instead of the dead letter queue. The reason they use the dead
letter
>queue is because they use FIFO.  If they send it to a local queue and it
>fills, they will not be able to retrieve the messages in order since some
>would be on the dead letter queue.  Therefore, they decided to retrieve
all
>the messages from the dead letter queue.
>
>How is everyone else handling this?
>----Original Message-----
>From: Robert Broderick [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, February 12, 2003 6:24 PM
>To: [EMAIL PROTECTED]
>Subject: Re: messages out of order
>
>
>As a funny note. I was viewing this message through HOTMAIL. With ad's at
>the top browser window. As I was reading it an ad for MIB II came up.
Talk
>about black suites and dark glasses!!
>
>
>
>
>
>
> >From: "Anderson, Lizette T. (RyTull)"
<[EMAIL PROTECTED]>
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: messages out of order
> >Date: Wed, 12 Feb 2003 15:18:44 -0600
> >
> >Tell me about it.  They are usually here until 5:00.  Have the MQ guys
>with
> >the dark suits and glasses drop over.
> >
> >-----Original Message-----
> >From: Robert Broderick [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, February 12, 2003 1:59 PM
> >To: [EMAIL PROTECTED]
> >Subject: Re: messages out of order
> >
> >
> >Basic rules for MQ-ing. APPLICATIONS DO NOT PUT MESSAGES ON THE
DLQ!!!!!!
> >Or
> >the MQ guys with the dark suits and glasses come around in the middle
of
> >the
> >night and break your fingers!!!
> >
> >BAD Design!!!!
> >
> >
bobbee
> >
> >
> >
> >
> >
> >
> > >From: "Anderson, Lizette T. (RyTull)"
><[EMAIL PROTECTED]>
> > >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: messages out of order
> > >Date: Wed, 12 Feb 2003 10:41:16 -0600
> > >
> > >We have told apps this for years.  The previous administrator thought
> >this
> > >was a good idea and we have had no luck in convincing otherwise.
> > >
> > >-----Original Message-----
> > >From: mqm mqm [mailto:[EMAIL PROTECTED]]
> > >Sent: Wednesday, February 12, 2003 7:27 AM
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: messages out of order
> > >
> > >
> > >Lysette,
> > >
> > >Why are the messages delivered to the DLQ only to be
> > >extracted and delivered to the RT.PRD.ORDFBREC.INB
> > >queue ?
> > >
> > >Seems like an odd use of the DLQ.
> > >
> > >mqm
> > >
> > >
> > >--- "Anderson, Lizette T. (RyTull)"
> > ><[EMAIL PROTECTED]> wrote:
> > > > Thanks for the information.  Our applications
> > > > programmers are of course
> > > > saying this is not true.  They insists this is an MQ
> > > > problem so I have been
> > > > looking through the manuals to prove it is not.
> > > > Does anyone have any idea
> > > > where I can find this information?
> > > >
> > > > -----Original Message-----
> > > > From: Miller, Dennis [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 3:51 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > For MQ to always deliver messages in the same
> > > > sequence they were sent, one
> > > > of the restrictions is that you not have a DLQ.
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: Anderson, Lizette T. (RyTull)
> > > > [SMTP:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, February 11, 2003 12:18 PM
> > > > > To:   [EMAIL PROTECTED]
> > > > > Subject:           Re: messages out of order
> > > > >
> > > > > Its on the server.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Hill, Dave [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, February 11, 2003 2:11 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: messages out of order
> > > > >
> > > > >
> > > > > Ok. Now the picture is getting more clear. We
> > > > corrected our problem by
> > > > > delaying the application on the receiving end as
> > > > well as setting the
> > > > channel
> > > > > to stay open for a longer time. I am assuming that
> > > > this DLQ is not on a
> > > > > mainframe.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Anderson, Lizette T. (RyTull)
> > > > > [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, February 11, 2003 2:57 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: messages out of order
> > > > >
> > > > >
> > > > > Our remote queue is the dead letter queue.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Hill, Dave [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, February 11, 2003 1:19 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: messages out of order
> > > > >
> > > > >
> > > > > You could be getting data locks  ( resource
> > > > locking ) that is not allowing
> > > > > certain records from being "extracted" in order.
> > > > We had a problem like
> > > > this
> > > > > and it was a timing problem in a database.
> > > > > One question:
> > > > > What is the dead letter queues process?
> > > > >
> > > > > -----Original Message-----
> > > > > From: Anderson, Lizette T. (RyTull)
> > > > > [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, February 11, 2003 2:07 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: messages out of order
> > > > >
> > > > >
> > > > > I need to add.   The mainframe is running OS/390
> > > > communicating with a
> > > > > Windows 2000 server both running MQSeries 5.2.
> > > > >
> > > > > >  -----Original Message-----
> > > > > > From:         Anderson, Lizette T. (RyTull)
> > > > > > Sent: Tuesday, February 11, 2003 1:04 PM
> > > > > > To:   [EMAIL PROTECTED]
> > > > > > Subject:      messages out of order
> > > > > >
> > > > > > Is it possible for messages to be delivered out
> > > > of order?  Please read
> > > > the
> > > > > > following from our application programmer:
> > > > > >
> > > > > > We had a problem last night.  A couple of our MQ
> > > > message were processed
> > > > > > out of order.  The MQ messages are for Score
> > > > Order Entry feedback from
> > > > the
> > > > > > mainframe.  The queue name is
> > > > RT.PRD.ORDFBREC.INB.  The sequence of
> > > > > > process the messages take to reach the queue
> > > > are:
> > > > > > -The mainframe writes records to an Adabase file
> > > > storing MQ information,
> > > > a
> > > > > > Natural program performs this process.
> > > > > > -The mainframe then reads records from this
> > > > Adabase file and generates
> > > > MQ
> > > > > > messages, a Cobol program performs this process.
> > > > > > -The MQ messages are delivered to the dead
> > > > letter queue.
> > > > > > -The message are extracted from the dead letter
> > > > queue and delivered to
> > > > the
> > > > > > RT.PRD.ORDFBREC.INB queue.
> > > > > > -A C program process the records from this
> > > > queue.
> > > > > >
> > > > > > From looking at the debug log we know the MQ
> > > > messages were process out
> > > > of
> > > > > > sequence.  The only way they could be processed
> > > > out of sequence is if
> > > > they
> > > > > > were added to the RT.PRD.ORDFBREC.INB queue in
> > > > the wrong order.  The
> > > > > > mainframe process and records in the Adabase
> > > > file look to be in order.
> > > > > > So, the records should have been added to the
> > > > dead letter queue
> > > > correctly.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > --- Legal Disclaimer: The information contained in
> > > > this communication may
> > > > be
> > > > > confidential, is intended only for the use of the
> > > > recipient named above,
> > > > and
> > > > > may be legally privileged.  If the reader of this
> > > > message is not the
> > > > > intended recipient, you are hereby notified that
> > > > any dissemination,
> > > > > distribution, or copying of this communication, or
> > > > any of its contents, is
> > > > > strictly prohibited.  If you have received this
> > > > communication in error,
> > > > > please re-send this communication to the sender
> > > > and delete the original
> > > > > message and any copy of it from your computer
> > > > system. Thank you. --->
> > > > >
> > > > > Instructions for managing your mailing list
> > > > subscription are provided in
> > > > > the Listserv General Users Guide available at
> > > > http://www.lsoft.com
> > > > > Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> > > > >
> > > > > Instructions for managing your mailing list
> > > > subscription are provided in
> > > > > the Listserv General Users Guide available at
> > > > http://www.lsoft.com
> > > > > Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> > > > >
> > > > >
> > > > > --- Legal Disclaimer: The information contained in
> > > > this communication may
> > > > be
> > > > > confidential, is intended only for the use of the
> > > > recipient named above,
> > > > and
> > > > > may be legally privileged.  If the reader of this
> > > > message is not the
> > > > > intended recipient, you are hereby notified that
> > > > any dissemination,
> > > > > distribution, or copying of this communication, or
> > > > any of its contents, is
> > > > > strictly prohibited.  If you have received this
> > > > communication in error,
> > > > > please re-send this communication to the sender
> > > > and delete the original
> > > > > message and any copy of it from your computer
> > > > system. Thank you. ---
> > > > >
> > > > > Instructions for managing your mailing list
> > > > subscription are provided in
> > > > > the Listserv General Users Guide available at
> > > > http://www.lsoft.com
> > > > > Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> > > > >
> > > > > Instructions for managing your mailing list
> > > > subscription are provided in
> > > > > the Listserv General Users Guide available at
> > > > http://www.lsoft.com
> > > > > Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> > > > >
> > > > >
> > > > > --- Legal Disclaimer: The information contained in
> > > > this communication may
> > > > be
> > > > > confidential, is intended only for the use of the
> > > > recipient named above,
> > > > and
> > > > > may be legally privileged.  If the reader of this
> > > > message is not the
> > > > > intended recipient, you are hereby notified that
> > > > any dissemination,
> > > > > distribution, or copying of this communication, or
> > > > any of its contents, is
> > > > > strictly prohibited.  If you have received this
> > > > communication in error,
> > > > > please re-send this communication to the sender
> > > > and delete the original
> > > > > message and any copy of it from your computer
> > > > system. Thank you. ---
> > > > >
> > > > > Instructions for managing your mailing list
> > > > subscription are provided in
> > > > > the Listserv General Users Guide available at
> > > > http://www.lsoft.com
> > > > > Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> > > >
> > > > Instructions for managing your mailing list
> > > > subscription are provided in
> > > > the Listserv General Users Guide available at
> > > > http://www.lsoft.com
> > > > Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> > > >
> > > >
> > > > --- Legal Disclaimer: The information contained in
> > > > this communication may be
> > > > confidential, is intended only for the use of the
> > > > recipient named above, and
> > > > may be legally privileged.  If the reader of this
> > > > message is not the
> > > > intended recipient, you are hereby notified that any
> > > > dissemination,
> > > > distribution, or copying of this communication, or
> > > > any of its contents, is
> > > > strictly prohibited.  If you have received this
> > > > communication in error,
> > > > please re-send this communication to the sender and
> > > > delete the original
> > > > message and any copy of it from your computer
> > > > system. Thank you. ---
> > > >
> > > > Instructions for managing your mailing list
> > > > subscription are provided in
> > > > the Listserv General Users Guide available at
> > > > http://www.lsoft.com
> > > > Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> > >
> > >
> > >__________________________________________________
> > >Do you Yahoo!?
> > >Yahoo! Shopping - Send Flowers for Valentine's Day
> > >http://shopping.yahoo.com
> > >
> > >Instructions for managing your mailing list subscription are provided
>in
> > >the Listserv General Users Guide available at http://www.lsoft.com
> > >Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> > >
> > >
> > >--- Legal Disclaimer: The information contained in this communication
>may
> > >be
> > >confidential, is intended only for the use of the recipient named
>above,
> > >and
> > >may be legally privileged.  If the reader of this message is not the
> > >intended recipient, you are hereby notified that any dissemination,
> > >distribution, or copying of this communication, or any of its
contents,
> >is
> > >strictly prohibited.  If you have received this communication in
error,
> > >please re-send this communication to the sender and delete the
original
> > >message and any copy of it from your computer system. Thank you. ---
> > >
> > >Instructions for managing your mailing list subscription are provided
>in
> > >the Listserv General Users Guide available at http://www.lsoft.com
> > >Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> >
> >
> >_________________________________________________________________
> >The new MSN 8: advanced junk mail protection and 2 months FREE*
> >http://join.msn.com/?page=features/junkmail
> >
> >Instructions for managing your mailing list subscription are provided
in
> >the Listserv General Users Guide available at http://www.lsoft.com
> >Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> >
> >
> >--- Legal Disclaimer: The information contained in this communication
may
> >be
> >confidential, is intended only for the use of the recipient named
above,
> >and
> >may be legally privileged.  If the reader of this message is not the
> >intended recipient, you are hereby notified that any dissemination,
> >distribution, or copying of this communication, or any of its contents,
>is
> >strictly prohibited.  If you have received this communication in error,
> >please re-send this communication to the sender and delete the original
> >message and any copy of it from your computer system. Thank you. ---
> >
> >Instructions for managing your mailing list subscription are provided
in
> >the Listserv General Users Guide available at http://www.lsoft.com
> >Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>
>
>_________________________________________________________________
>STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>Instructions for managing your mailing list subscription are provided in
>the Listserv General Users Guide available at http://www.lsoft.com
>Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>
>
>--- Legal Disclaimer: The information contained in this communication may
>be
>confidential, is intended only for the use of the recipient named above,
>and
>may be legally privileged.  If the reader of this message is not the
>intended recipient, you are hereby notified that any dissemination,
>distribution, or copying of this communication, or any of its contents,
is
>strictly prohibited.  If you have received this communication in error,
>please re-send this communication to the sender and delete the original
>message and any copy of it from your computer system. Thank you. ---
>
>Instructions for managing your mailing list subscription are provided in
>the Listserv General Users Guide available at http://www.lsoft.com
>Archive: http://vm.akh-wien.ac.at/MQSeries.archive


_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


--- Legal Disclaimer: The information contained in this communication may
be
confidential, is intended only for the use of the recipient named above,
and
may be legally privileged.  If the reader of this message is not the
intended recipient, you are hereby notified that any dissemination,
distribution, or copying of this communication, or any of its contents, is
strictly prohibited.  If you have received this communication in error,
please re-send this communication to the sender and delete the original
message and any copy of it from your computer system. Thank you. ---

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to