How to write from PL/SQL to Microsoft Message Queuing (MSMQ)?
We need to write an image we scanned and got to a Form (10g), to a Microsoft Message Queuing (MSMQ Ver 3 or 4 probably). The .Net application will read the queue and get the image. This is for a images transfer between Oracle Forms and a .Net Application.
Is it possible to create a PL/SQL stored procedure to write to a MSMQ? We pass the image in a blob/image in the Form to the stored procedure which in turn will write to the MSMQ???
How to do this?? How do we write to MSMQ??
Edited by: Channa on Feb 13, 2012 9:11 PM