|
Home > Archive > BizTalk Server > April 2006 > Singleton with Messaging
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]
| Author |
Singleton with Messaging
|
|
| medhanush@yahoo.com 2006-01-01, 6:00 pm |
| Hi,
Usually for each incoming message, there is a new instance of
orchestration is created.
To avoid new instance, Singleton needs to be implemented for
orchestraion.
ok, for Messaging alone solution, does any new messaging instance is
created for each incoming message,
or
only biztalk runtime takes care of messaging with out creating any new
instances ?
i mean, i'm trying to have only one instance of messaging solution and
if possible ordered delivery.
TIA
medhanush
| |
|
|
Ordered delivery is possible using a MSMQ queue. Otherwise none of the other
messaging protocols in BizTalk guarantee first in-first out delivery without
incorporating a convoy of some sort.
With strictly messaging based solutions, the concept of a singleton doesnt
exit, the runtime is responsible for delivery and distribution within the
message box but you wont be able to achieve ordered delivery unless you use
MSMQ.
BA
http://biztalkia.blogspot.com
> Hi,
>
> Usually for each incoming message, there is a new instance of
> orchestration is created.
> To avoid new instance, Singleton needs to be implemented for
> orchestraion.
> ok, for Messaging alone solution, does any new messaging instance is
> created for each incoming message,
> or
> only biztalk runtime takes care of messaging with out creating any new
> instances ?
> i mean, i'm trying to have only one instance of messaging solution and
> if possible ordered delivery.
>
> TIA
> medhanush
| |
| medhanush@yahoo.com 2006-01-05, 6:02 pm |
| thxs for info
medhanush
BA wrote:[vbcol=seagreen]
> Ordered delivery is possible using a MSMQ queue. Otherwise none of the other
> messaging protocols in BizTalk guarantee first in-first out delivery without
> incorporating a convoy of some sort.
>
> With strictly messaging based solutions, the concept of a singleton doesnt
> exit, the runtime is responsible for delivery and distribution within the
> message box but you wont be able to achieve ordered delivery unless you use
> MSMQ.
>
> BA
> http://biztalkia.blogspot.com
>
>
| |
| Lee Graber [MSFT] 2006-04-10, 7:33 pm |
| BizTalk Server '06 supports ordered delivery for all sendports regardless
of adapter (and hence creates a singleton when you set this flag). If you
are using '06, simply set this flag and you will get what you are looking
for.
Thx
Lee
This posting is provided "AS IS" with no warranties, and confers no rights.
Connected Systems Division Team
Get Connected!
Meet and interact with key BizTalk Server program managers, developers, and
testers, and let them and other BizTalk Server community team members and
Most Valuable Professionals help you solve your product questions.
Navigate to http://msdn.microsoft.com/subscriptions/support/ in your
webrowser and register as a managed customer to receive MSDN Managed
Newsgroup Support!
MSDN managed newsgroups are available in English to MSDN Universal,
Enterprise, Professional, and Operating Systems subscribers to receive
free, unlimited technical support on select Microsoft technologies as well
as to share ideas with other subscribers.
--------------------[vbcol=seagreen]
14:40:20 GMT)[vbcol=seagreen]
.NET CLR 1.1. 4322),gzip(gfe),gzip(gfe)[vbcol=seagreen
]
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.gigan
ews.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail[vbcol=seagreen]
other[vbcol=seagreen]
without[vbcol=seagreen]
doesnt[vbcol=seagreen]
the[vbcol=seagreen]
use[vbcol=seagreen]
|
|
|
|
|