onebeyond / rascal

A config driven wrapper for amqp.node supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption and channel pooling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection name

druny opened this issue · comments

https://stackoverflow.com/questions/65650010/set-connection-name-with-amqplib

As shown about, Rascal is not supporting customising connection name.

Hi @druny

Try nesting inside socketOptions. See #97

Yes, It works. Thank you :) I think it would be better to describe such opportunities in @types

I think it would be better to describe such opportunities in @types

As per the rascal documentation, socket options are passed directly through to amqplib, so typing them in rascal would tightly couple the two libraries.