Re: Acks and Nacks over Request-Response port
- From: "Paul Somers" <paul@xxxxxxxxxx>
- Date: Mon, 2 Oct 2006 10:21:38 +0200
Supplementary questions - I have Orchestrations that subscribe to a few
accepted message types. How can I subscribe to messages which turn out not
to
belong to any of these but flow through the same receive port?
With regards to this, you can have a send port subscribe to messages that do
not get picked up from the orchestration. By having a filter that has a
statement that looks like: BTS.MessageType != xyz and BTS.MessageType !=abc,
and BTS.ReceivePortName = "MY ReceivePort"
This will send anything that is NOT of these particular message types to the
send port, very useful for filtering out stuff you do not support. You DO
need to ensure that the schema for ALL messages you are receiving exists in
BizTalk, even if you do not use them. As BizTalk will need to match the
message type so the filter works.
"CodeDigger" <CodeDigger@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AC476AB7-2198-494F-B108-A0618B90BA80@xxxxxxxxxxxxxxxx
Our Biztalk installation is on a remote box and hence the protocol is
Http.
Hence to send back Acks or Nacks to the message sending party, we have
configured 2-way Request-Response ports (the senders URI may vary).
In this scenario I need to send Acks or Nacks if the message was bad
/transmission did not succeed/wrong message type/bad message part/etc.
I have read Kevin Smith's blog entry on Acks or Nacks for one-way ports
http://blogs.msdn.com/kevinsmi/archive/2004/07/03/172574.aspx
Also tried out the sample from Stephen w Thomas.
http://www.geekswithblogs.net/sthomas/archive/2004/08/02/9234.aspx
However these both work with one-way ports and file adapters where the
send
URI is known. How can I effect this for a 2-way Request-Response port?
Supplementary questions - I have Orchestrations that subscribe to a few
accepted message types. How can I subscribe to messages which turn out not
to
belong to any of these but flow through the same receive port?
.
- Prev by Date: Re: Biztalk MSMQ adapter errors
- Next by Date: Re: Http Adapter framework - available outside Biztalk?
- Previous by thread: Re: encrypt connection string - biztalk 2006 and Web services
- Next by thread: Re: Http Adapter framework - available outside Biztalk?
- Index(es):
Relevant Pages
|
Loading