Sign in
Stephen Kaufman's WebLog
Look who's BizTalk'in - Notes on all things integration
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
AppFabric
Azure
BizTalk
BTS User Group
MSMQ
WCF
WF
Browse by Tags
MSDN Blogs
>
Stephen Kaufman's WebLog
>
All Tags
>
msmq
Tagged Content List
Blog Post:
More Information on Processing MSMQ Messages in FIFO Order
Stephen Kaufman
In two of my previous posts I talked about processing MSMQ messages in FIFO order with WCF. The way that WCF, along with the MSMQ binding, works there could be a couple of situations in which messages may actually not process in FIFO order. The most prevalent is a rollback. When a message is rolled...
on
20 Aug 2008
Blog Post:
Processing multiple queues in FIFO order with WCF
Stephen Kaufman
In my previous entry on Processing FIFO MSMQ Messages using WCF I said that I would cover processing multiple queues and processing each queue in FIFO order. If you remember, our requirement was to processe messages we receive from a legacy system through MSMQ in FIFO order. Well we found that...
on
20 Feb 2008
Blog Post:
MSMQ Label Property and WCF
Stephen Kaufman
The label property of an MSMQ message has been used for many things. Developers still use the label property and want to continue to use it. So, how do you get access to this property in WCF before posting your message to the queue. It turns out that if you are using the NetMSMQBinding you can't....
on
18 Dec 2007
Blog Post:
Processing FIFO MSMQ Messages using WCF
Stephen Kaufman
I have been having fun working on the middle tier of an application which is using BizTalk, Windows Workflow, MSMQ and the Windows Communication Framework. One of the requirements is to processes messages we receive from a legacy system through MSMQ in FIFO order. We used WCF to communicate...
on
16 Sep 2007
Page 1 of 1 (4 items)