2009-05-22 Michael Barker <mike@middlesoft.co.uk>
authorMichael Barker <mike@middlesoft.co.uk>
Fri, 22 May 2009 20:58:37 +0000 (20:58 -0000)
committerMichael Barker <mike@middlesoft.co.uk>
Fri, 22 May 2009 20:58:37 +0000 (20:58 -0000)
* man.1: Added documentation for MONO_MESSAGING_PROVIDER environment
variable.

svn path=/trunk/mono/; revision=134617

man/ChangeLog
man/mono.1

index b042b8e56124922ba58e0b226b709ca9947fde9d..5e950e123f6290a0d7332bce1117e0d320e54fc6 100644 (file)
@@ -286,3 +286,7 @@ Mon Jan 22 11:15:26 CET 2007 Paolo Molaro <lupus@ximian.com>
        * mono-shlib-cop.1: Document another BUG/design issue that it doesn't check
          for; formatting/style changes.
 
+2009-05-22  Michael Barker  <mike@middlesoft.co.uk>
+
+       * man.1: Added documentation for MONO_MESSAGING_PROVIDER environment
+       variable.
index 6d4b05c9a0613d9259394225e79e44cff9733b9d..563b73ac012f31b2ccd8e0e15afc495f5085be82 100644 (file)
@@ -1360,6 +1360,16 @@ Both files are read by System.Web on application startup, if they are found at t
 above locations. If you don't want the mapping to be performed you can set this
 variable in your environment before starting the application and no action will
 be taken.
+.TP
+\fBMONO_MESSAGING_PROVIDER\fR
+Mono supports a plugin model for its implementation of System.Messaging making
+it possible to support a variety of messaging implementations (e.g. AMQP, ActiveMQ).
+To specify which messaging implementation is to be used the evironement variable
+needs to be set to the full class name for the provider.  E.g. to use the RabbitMQ based
+AMQP implementation the variable should be set to:
+
+.nf
+Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider,Mono.Messaging.RabbitMQ
 .SH ENVIRONMENT VARIABLES FOR DEBUGGING
 .TP
 \fBMONO_ASPNET_NODELETE\fR