Re: Running two instances of BizTalk generated code?
- From: Jan Eliasen <eliasen@xxxxxxxxxxxxx>
- Date: Mon, 18 Dec 2006 20:49:43 +0100
On Mon, 18 Dec 2006 06:12:00 -0800, Jeff Tressler
<JeffTressler@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
We have one computer and one BizTalk licence. Our BizTalk application readsI am failing to understand what you are trying to accomplish.
requests from a MQSeries queue, processes the response and writes to another
MQSeries queue. A process reads everything that arrives on that queue. I need
to find some way to have this BizTalk process running on the same computer to
support an Integration and a QA configuration. There is nothing about the
messages that can identify which request came from which (INT or QA) and each
will attempt to read all messages that arrive on the queue.
Have I understood it correctly, that you have an orchestration that
can accept and process a specific messagetype, and you need another
orchestration that does the same processing, but on another
messagetype?
In that case, take all the functoinality that must be shared between
those two orchestrations, and put it into another orchestration, that
can be called from other orchestrations. Then, just have two
orchestrations, processing different messagetypes, and bind them to
the same physical receive port. Let them call the common orchestration
that has the shared code. This will work for as many messagetypes you
need it to.
--
eliasen, representing himself and not the company he works for.
Private blog: http://blog.eliasen.dk
Private email: jan@xxxxxxxxxx
.
- Follow-Ups:
- Re: Running two instances of BizTalk generated code?
- From: Jeff Tressler
- Re: Running two instances of BizTalk generated code?
- Prev by Date: Re: Deployment of single assembly from VS.NET?
- Next by Date: Re: Running two instances of BizTalk generated code?
- Previous by thread: Re: Pipeline component infinite looping when writing stream
- Next by thread: Re: Running two instances of BizTalk generated code?
- Index(es):
Relevant Pages
|
Loading