Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Best way to send data

2 views
Skip to first unread message

Diane

unread,
Sep 9, 2008, 1:42:12 PM9/9/08
to
I need to send data from a website to a MSMQ to be picked up from an outside
application.

I am concerned about security of this data (it has credit card #s and other
senitive data). Instead of sending a document through the internet and
dropping it into the MSMQ, can I stream the data in? Any suggestions?

Regards,
Diane

John Breakwell (MSFT)

unread,
Sep 10, 2008, 10:55:04 AM9/10/08
to
Hi Diane,

Could you please explain where the various services are running?

Also by "can I stream the data in?" do you mean stream data into the message
or across the network?

As indicated in my other post you can:

1 encrypt the raw data (end to end)
2 encrypt the MSMQ message body (network only)
3 encrypt the network traffic with IPSEC (network only)
4 encrypt the network traffic with SSL (network only)

Option 1 is the only way to secure the data while it is on the wire AND in
storage at the destination.
Otherwise anyone with access to the destination queue can read the message
body (assuming they can get past any security on the queue).

Cheers
John Breakwell (MSFT)


"Diane" <Di...@discussions.microsoft.com> wrote in message
news:0A0C96A9-5861-4D77...@microsoft.com...

0 new messages