01-31-05 12:47 PM
I have set up a side-by-side installation of MSMQ and MSMQT. What I
want to do is to let an orchestration to pick up messages from a queue
using the MSMQT adapter, do some processing, and finally put a new
message on an MSMQ queue. Receiving messages works very good, but I
run into problems when I am about to send to MSMQ. No messages show up
in the queue, and BizTalk gives no hint on any exception that has
occured. There are occations however that the message actually reaches
the queue, but the time for them to show up can be counted in hours.
Anyone has experienced this before? Could it have anything to do with
transactions that are not commited? The MSMQ is transactional. I use
the MSMQT adapter to put the message on queue using the path
DIRECT=OS\MyMachine\Private$\Response. Ideas anyone?
[ Post a follow-up to this message ]
|