Secure xml messages being read from database into app.
- by scope-creep
I have an app that reads xml from a database using NHibernate Dal. The dal calls stored procedures to read and encapsulate the data from the schema into an xml message, wrap it up to a message and enqueue it on an internal queue for processing.
I would to secure the channel from the database reads to the dequeue action. What would be the best…