Originally posted by: graham.saltern
Repanzer,
If by message queues you mean IBM Websphere MQ message queues then from the information center documentation it seems that the MQ Adapter has implemented the standard MQ API. There are a variety of settings that are covered in this section, and some familiarity with MQ helps, but hopefully it is reasonably clear. There is also a particularly important section that outlines potential performance issues associated in integrating WTX & MQ that is worth reading.
The link below take should take you to the relevant pages.
http://publib.boulder.ibm.com/infocenter/wtxdoc/v8r2m0/index.jsp Look under the following headings
1. Resource Adapters->IBM WebSphere MQ Adapter overview
2. IBM WebSphere MQ Adapter overview->Using the messaging adapter->Threading for IBM WebSphere MQ
Typically, when an application requests messages from an MQ Queue it performs a get against a queue on a queue manager. This can optionally be specified with a wait period in which case MQ pause for the specified period or until a message appears on the queue. From your description of the behaviour happening it sounds like the adapter has been configured to run as a timed event where it polls the mq queues periodically, assuming you have the default settings for the system and just the basic information for the MQ this will result in the launcher firing an event every few seconds which in turn results in 20 instances of the map being initiated with the same number of gets being performed on the target queue.
This may give the appearance of files disappearing from the queues as soon as they get there, but in reality it is simply due to a reasonably high number of gets being performed against a single queue in short succession.
Hope this helps explain what may be happening...
Regards,
Graham Saltern
mob 00 44 7875 809502
erebor limited
Premier Systems Integration Consultancy
IBM Premier Business Partner
Cisco Systems Partner - Premier Certified
Tel: +44 (0) 845 241 1536
Fax: +44 (0) 845 241 1537
Office: Trinity House, Bryer Ash Business Park, Trowbridge,
Wiltshire BA14 8HE
www.erebor.co.uk#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender