We are in the process of integrating a Websphere application with our MV Database.
We are using XML to structure the messages mostly because we intend to open up the MV
Database to more thirds party applications and needed a standardised approach. It is
working well and everyone understands the
"Someone mentioned about using XML envelops or fixed length ASCII file for
data transfer. "
I wouldn't bother using XML if YOU are in control of the content of the source AND
destination both. Just use comma delimited or fixed length fields. XML seems like
overkill to me.
Now if you were NOT
> What is the best form of passing data between the web pages
> and U2 database
> through MQ?
MQ doesn't really care about format of data stored in the message. You should choose
the record format that sending and receiving application can produce and consume. XML
seems to be a popular choi