jesuejunior / equeue

Elastic Queue is a library to bear PubSub projects
BSD 3-Clause "New" or "Revised" License
14 stars 0 forks source link

equeue need amqp server ? #4

Open rfyiamcool opened 7 years ago

rfyiamcool commented 7 years ago

equeue need amqp server ? then, how to set pub/sub port ?

jesuejunior commented 7 years ago

Yes, amqp server is required.

To set port. For example:

    pub = Publisher(host='localhost:5672', username='guest',
    password='guest', queue_name='teste')

Maybe, it could be more smart in the future.