0

So here is my system: Users can email a document to a specified email address and that document will be automatically added into our system. Currently this is process by a windows service that polls the Exchange server and processes messages whenever it finds them.

I'm attempting to move to a more distributed system where several services can process messages at the same time. To better serve this I'd like to use the MSMQ-Exchange Connector such that whenever emails arrive in the designated mailbox, they are automatically added to the MSMQ.

So how does the MSMQ-Exchange connector handle attachments? Most of the documentation I'm finding around the MSMQ-Exchange connector is for very old versions of MSMQ and Exchange.

Dugan
  • 908
  • 2
  • 13
  • 30

1 Answers1

3

Don't invest any time in the connector.

Special Considerations for Server Applications

Message Queuing
Several features of previous versions of Microsoft® Message Queuing (MSMQ) have been removed from MSMQ version 3.0, which ships with Windows Server 2003.

Feature changes include:

  • The MSMQ Exchange connector is no longer supported in Windows XP Professional and Windows Server 2003. It continues to be available for Windows NT Server 4.0 and Windows 2000.

Cheers John Breakwell

John Breakwell
  • 4,667
  • 20
  • 25