Enterprise Library Logging Block and MSMQ Part 3 Setting Up Client

Configuration

1
2
3
4
<msmqDistributorSettings 
    msmqPath=".\Private$\q_log" 
    queueTimerInterval="1000"  
    serviceName="Enterprise Library Distributor Service" />

Code

1
2
3
4
<msmqDistributorSettings 
    msmqPath=".\Private$\q_log" 
    queueTimerInterval="1000"  
    serviceName="Enterprise Library Distributor Service" />