Hi all,
I'm wondering if it is possible to create a custom WCF binding. I want to simulate msmq using a set of database tables to achieve the same principle.
There is a lot of negative attention attached to MSMQ at the company where I work due to previous projects that failed attempting to use it. I myself have never had an issue when working with MSMQ once it was setup.
Is it possible to create custom wcf bindings for asynchronous queue based services?
And if it is where could I find good resources on how to achieve it?
Thanks Pete