Re: Running two instances of BizTalk generated code?



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 reads
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.
I am failing to understand what you are trying to accomplish.

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
.



Relevant Pages

  • Re: Promote BTS.EpmRRCorrelationToken
    ... create a single web-service that will accept all requests. ... the Orchestration. ... subscription ignores MessageType by default!). ... But, if I'm using a correlation set to get the message back in, the ...
    (microsoft.public.biztalk.general)
  • Re: Biztalk Deployment Issue at Emirates Bank
    ... BTS2004 servers, multiple SQL servers and perhaps even a dedicated network ... "Aman Gupta" wrote in message ... > We are expecting 90,000 requests in a span of 3-4 hours. ... > Our orchestration is fairly complex and interacting with tibco middleware. ...
    (microsoft.public.biztalk.server)
  • Correlate on multiple values?
    ... Imagine an order orchestration. ... There could be 20 products, but once the first one arrives, the rest of the ... If I initialise a correlation, it can only be 1 value. ... This is a fictitious scenario, the one I am battling with is a little ...
    (microsoft.public.biztalk.general)
  • Biztalk Deployment Issue at Emirates Bank
    ... We are expecting 90,000 requests in a span of 3-4 hours. ... server specification is Pentium 4 3.02 Ghz, ... Our orchestration is fairly complex and interacting with tibco middleware. ...
    (microsoft.public.biztalk.server)
  • BTS 2004 - Scalability?
    ... Is there a way to limit the number of Orchestration Instances that can ... execute concurrently in BizTalk 2004? ... I have a service that starts an orchestration. ... Requests to the service from ...
    (microsoft.public.biztalk.general)

Loading