Oracle Advanced Queues
Off topic a bit from the blog topic, but I thought it as worth mentioning.
I had a chance to take a look at the Oracle Advanced Queues while working on a piece of solution this time.
It seems to be a good messaging product based highly on the Oracle database. I found it quite similar to the MSMQT in the Microsoft domain.
Unfortunately though, the .net Oracle Data Provider does not offer much support for the AQ. However, you can take a glance at OO4O (Oracle Object for Ole) that fully supports this.
Now I am on a task of developing a custom Biztalk Adapter for the AQ. I hope to get it working with some custom C++ code developed by Casto Tiu.
You can find more information about this code here -
http://www.codeproject.com/cs/database/aqlib.asp
Lets hope now I am able to get this adapter in place asap.