In our project there are two MQ .net application . Application 1 is putting a CLOB as String in Q1 and BLOB as byte array in to same Q1 from D/B and Application 2 is getting both message from the same ...
Can we write an BLOB data in a queue? we have to retrive a blob data from db and then write this data to a queue.
Note:This BLOB data is an XML. which is converted to BLOB from CLOB before putting i ...