RamblingCookieMonster / PSRabbitMq

PowerShell module to send and receive messages from a RabbitMq server
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
47 stars 29 forks source link

tiny features #21

Closed gaelcolas closed 7 years ago

gaelcolas commented 7 years ago

Added Millisecond polling, and changed the Headers as Dict[string,Object] instead of [String,String] Also added a couple of aliases, to make it a bit more compatible with RabbitMQ/Celery semantics.

RamblingCookieMonster commented 7 years ago

Looks good, no breaking changes, merging!