skybet / amqpea

Node.js AMQP client
2 stars 8 forks source link

Support for AMQPS (SSL/TLS connections) #10

Open mikeatlas opened 9 years ago

mikeatlas commented 9 years ago

Do you have an example of connecting over amqps:// scheme URI instead of plain amqp://?

glenjamin commented 9 years ago

I don't think this is currently possible - while bramqp supports this by being passed a secure socket - the current URI parsing / connection code doesn't.

I'd happily accept a PR for this - the TLS example on https://github.com/bakkerthehacker/bramqp/blob/master/doc/Setup.md#initialize-socket should help.