Hi, Reason code 2033 is "No message available". This means that the MQ receive process has asked to receive a message but there is no message to receive.
I have no knowledge of the software you are using but you might like to try "Max threads = 1". If memory serves, the MQ protocol for a receive process starts with the client asking the server if there are any messages waiting to be received. The server then responds with the number of messages waiting. The client then requests individual messages one at a time. With multiple threads it might be that both threads are told that there is a message waiting but only the first actually gets to receive it; the second will get a 2033 error. If this is the case then it is non-fatal as no messages are actually lost. Are you certain you are losing messages? Hope this helps. Regards, Chris. -- Chris Davenport [EMAIL PROTECTED] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/OIFolB/TM --------------------------------------------------------------------~-> . Please use the following Message Identifiers as your subject prefix: <SALES>, <JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC> Access the list online at: http://groups.yahoo.com/group/EDI-L Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/EDI-L/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
