PURISTA API / @purista/amqpbridge / AmqpBridgeConfig
Type Alias: AmqpBridgeConfig
AmqpBridgeConfig:
object
Defined in: amqpbridge/src/types/AmqpBridgeConfig.ts:11
AmqpBridge bridge config
Type declaration
encoder?
optional
encoder:Encoder
the encoder(s) to be used for AMQP messages
Default
ts
jsonEncoder
encrypter?
optional
encrypter:Encrypter
the encrypter(s) to be used for AMQP messages
Default
ts
plain
exchangeName?
optional
exchangeName:string
the AMQP exchage name to be used
Default
ts
purista
exchangeOptions?
optional
exchangeOptions:Options.AssertExchange
the AMQP exchange options
namePrefix?
optional
namePrefix:string
the queue prefix to be used for all PURISTA queues except short living queues created by the broker on request
Default
ts
purista
socketOptions?
optional
socketOptions:any
socket options
url?
optional
url:string
|Options.Connect
the AMQP broker url
Default
ts
amqp://localhost