MassTransit

 

MSMQ

Page history last edited by drusellers 2 mos ago

You need to install Microsoft Message Queue Services

 

Private vs Public Queues

http://technet.microsoft.com/en-us/library/cc776346.aspx

 

Step by Step through GUI

  1. Get to 'Computer Management'
  2. Expand 'Services and Applications'
  3. Expand 'Message Queuing'
  4. Right click on 'Private Queues': New > Private Queue
  5. Enter a 'Queue Name'
  6. Choose whether or not you would like it to be 'Transactional' or not.
  7. Creating a queue this way will require permission changes. As you will be the only person able to administer the queue! STRONGLY suggested that you at this time give the Administrator role Full Control over the queue.

 

Permission Role: Consumer Role: Sender
Full Control - -
Delete - -
Receive Message Y -
Peek Message Y -
Receive Journal Message - -
Get Properties Y Y
Set Properties - -
Get Permissions Y Y
Set Permissions - -
Take Ownership - -
Send Message Y Y
Special Permissions - -

 

Comments (0)

You don't have permission to comment on this page.