|
Home > Archive > BizTalk Server > September 2004 > MSMQT Send/Read
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
|
Hi,
I am trying to send document to my local BizTalk MSMQT queue, i get the following error : The MSMQT subservice failed to process outgoing message, error code "0xc0c01d06, Destination: DIRECT=OS:TestSrv\Private$\RespMsg, Details: c0c01d06, Destination que
ue DIRECT=OS:TestSrv\Private$\RespMsg cannot be reached. For local BizTalk queues, the receive location may not exist or may be disabled. : Failed delivery/processing". Can i read from MSMQT queue as MSMQ using System.Messaging or need to use any other AP
I's to read from .Net .components.
Thanks,
Ren
| |
| Iuliu Rus 2004-09-22, 9:53 pm |
| MSMQT doesn't support remote read, so you cannot read from MSMQT queues
using System.Messaging or MSMQ apis. Any message sent to a MSMQT queue will
be imediately persisted to the message box and further processed by
orchestrations or other send port subscriptions. Create a send port or an
orchestration that picks up your message.
|
|
|
|
|