Re: How to check MSMQT queue via remote computer?



You won't be able to see the MSMQT queue messages, because this is not a
traditional Queue application like MSMQ.


MSMQT is maintained by Biztalk by putting messages in and out of Biztalk
MessageBox databases.

--
Cheers
Saravana [MCP - Biztalk Server 2004]
http://saravanakumarmv.blogspot.com

"Mary" <Mary@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5DFCEB28-834F-47A5-99DA-3DCAFF0DE697@xxxxxxxxxxxxxxxx
> Hi,
> I'm new with BizTalk 2004.
> In BizTalk I've made Module 1 of tutorial and have and EAI example. It
> works
> OK.
> I've developed an application (.NET) that sends a message from my computer
> to BizTalk receive location (sample "SendMSMQMessage") and the send port
> sends the received messages in the receive location of the first example.
> It
> works OK.
>
> But I urgently have to know how to review and display the results of
> BizTalk
> management in my .NET application. I've stopped the port (SendPort_ERP)
> that
> check the MSMQT EAI send port because it sended the messages in folders.
> Now
> I would like to check the queue in SendPortMSMQT through my .NET
> application.
>
> I've tried it with .Receive() but I've got the message below
> Remote computer is not available.
> at System.Messaging.MQCacheableInfo.get_ReadHandle()
>
> Could you help me how to view the results of BizTalk work in my .NET
> Application?
>


.



Relevant Pages

  • Re: How to call MSMQ message using MSMQT
    ... I am writing a message to MSMQT queue from .NET application, ... I created the same schema in Biztalk using Schema editor. ... with receive shape (in Biztalk Explorer I ...
    (microsoft.public.biztalk.server)
  • Re: Running two instances of BizTalk generated code?
    ... compoinent names or changes to orchestrations, I MUST find a way to support ... This WAS is configured to talk to a queue manager running on UNIX. ... our INT and QT WAS applications are currently being fed by a single BizTalk ...
    (microsoft.public.biztalk.general)
  • Re: Running two instances of BizTalk generated code?
    ... Microsoft Certified Technology Specialist: BizTalk Server 2006 ... This WAS is configured to talk to a queue manager running on UNIX. ... So INT and QT are isolated and when one sends a request, ... done all the time but in this case, A and B have the same orchestrations, ...
    (microsoft.public.biztalk.general)
  • Re: How to call MSMQ message using MSMQT
    ... I created the same schema in Biztalk using Schema editor. ... > configured it as MSMQT adapter and XML/Passthru Receive pipeline) ... Configure a queue name in the dialog. ...
    (microsoft.public.biztalk.server)
  • Re: How to call MSMQ message using MSMQT
    ... of the orchestration. ... initial receive or the send port to MSMQT will need to initialize the ... port in the biztalk explorer. ...
    (microsoft.public.biztalk.server)

Loading