Duplicate message exception

Hi,

I am using webMethods MQ Adapter 6.0 on Integration Server 6.1
I have configured asynchronous notifier with publishable document & trigger to execute a flow service while a message is available on the queue.


Publishable Document Properties:

PUBLISHABLE: TRUE
BROKER DOC TYPE: PUBLISHABLE LOCALLY ONLY
DISCARD: FALSE
TIME TO LIVE: (Note: This property is disabled.)
STORAGE TYPE: GUARANTEED

Trigger Properties:

GENERAL____
ENABLED: TRUE
JOIN EXPIRES: FALSE
EXPIRES AFTER: (Note: This property is disabled.)

TRIGGER QUEUE_____
CAPACITY: 10
REFILL LEVEL: 4
ACKNOLEDGEMENT QUEUE SIZE: 1

DOCUMENT PROCESSING_____
PROCESSING MODE: CONCURRENT
MAX EXECUTION THREADS: 5

RETRIES ON ERROR_____
DELIVER UNTIL: MAX ATTEMPTS REACHED
MAX ATTEMPTS: 5
RETRY INTERVAL: 10 SECONDS

EXACTLY ONCE_____
DETECT DUPLICATES: FALSE
USE HISTORY: FALSE
HISTORY TIME TO LIVE: (Note: This property is disabled.)
DOCUMENT RESOLVER SERVICE: (Note: This property is disabled.)

This settings points out that duplicate detection is set OFF, although I am getting the following exception.

2004-11-29 16:41:40 CST [ISS.0098.0082E] Unable to persist Document:
MYMQ.Notifiers:GETQNotifierPublishDocument to Document Store: MYMQ.Triggers:GETQTrigger. Exception: com.wm.app.b2b.server.dispatcher.exceptions.DupeMsgException: com.wm.app.store.TSDupeMsgException: [BAT.0000.0032] duplicate message for store id MYMQ.Triggers:GETQTrigger in parent container id TriggerConsumer
2004-11-29 16:41:40 CST [ISS.0098.0024C] No Trigger available for incoming Document MYMQ.Notifiers:GETQNotifierPublishDocument. Rejecting Document

Can you guys assist me where I have been going wrong ?

Immediate help will be highly appreciated.

Regards,
Nilesh

Nilesh,

Did you ever get a response here? We are seeing this same error on an IS 6.1 environment. We are working with webMethods support, but have not heard back yet.

Matt

Hi guys,

I am also facing same kind error. I am working on WebMethod 6.5, Because of this error we are losing our Invoice Document. We are also getting this error for ASN trigger, but for that we are not losing our docs. Its case with Invoice Trigger only please find below mentioned server log at the time of occurance of this error.

“2008-02-27 08:57:59 CST [ISS.0098.0011V2] Fanout inbound document from Document Store LocalProducer to registered triggers
2008-02-27 08:58:00 CST [ISS.0098.0082E] Unable to persist Document: WagDCVendorPortal.toWag.Invoice.notifier:notifyInvoiceDataPublishDocument to Document Store: WagDCVendorPortal.toWag.Invoice.trigger:subscribeToInvoiceData. Exception: com.wm.app.b2b.server.dispatcher.exceptions.DupeMsgException: com.wm.app.store.TSDupeMsgException: [BAT.0000.0032] duplicate message for store id WagDCVendorPortal.toWag.Invoice.trigger:subscribeToInvoiceData in parent container id TriggerConsumer
2008-02-27 08:58:00 CST [ISS.0098.0024C] No Trigger available for incoming Document WagDCVendorPortal.toWag.Invoice.notifier:notifyInvoiceDataPublishDocument. Rejecting Document”

Did you guys are able to get