Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abreits/amqp-ts
/ functions
Functions
96 in github.com/abreits/amqp-ts
⨍
Functions
96
◇
Types & classes
36
↓ 104 callers
Function
cleanup
(connection, done, error?)
src/amqp-ts.spec.ts:65
↓ 65 callers
Method
declareQueue
(name: string, options?: Queue.DeclarationOptions)
src/amqp-ts.ts:283
↓ 54 callers
Function
getAmqpConnection
()
src/amqp-ts.spec.ts:43
↓ 48 callers
Method
declareExchange
(name: string, type?: string, options?: Exchange.DeclarationOptions)
src/amqp-ts.ts:275
↓ 41 callers
Method
completeConfiguration
* Make sure the whole defined connection topology is configured: * return promise that fulfills after all defined exchanges, queues and bindings ar
src/amqp-ts.ts:231
↓ 39 callers
Function
nextQueueName
()
src/amqp-ts.spec.ts:36
↓ 38 callers
Method
activateConsumer
(onMessage: (msg: Message) => any, options: Queue.ActivateConsumerOptions = {})
src/amqp-ts.ts:919
↓ 36 callers
Method
getContent
()
src/amqp-ts.ts:371
↓ 34 callers
Function
nextExchangeName
()
src/amqp-ts.spec.ts:31
↓ 29 callers
Method
bind
(source: Exchange, pattern = "", args: any = {})
src/amqp-ts.ts:1105
↓ 28 callers
Method
close
()
src/amqp-ts.ts:1077
↓ 27 callers
Method
send
(message: Message)
src/amqp-ts.ts:841
↓ 22 callers
Method
delete
()
src/amqp-ts.ts:1042
↓ 20 callers
Method
publish
* deprecated, use 'queue.send(message: Message)' instead
src/amqp-ts.ts:815
↓ 16 callers
Method
stopConsumer
()
src/amqp-ts.ts:1019
↓ 15 callers
Method
startConsumer
* deprecated, use 'queue.activateConsumer(...)' instead
src/amqp-ts.ts:900
↓ 14 callers
Method
id
(destination: Exchange | Queue, source: Exchange, pattern?: string)
src/amqp-ts.ts:1253
↓ 10 callers
Method
_initialize
()
src/amqp-ts.ts:758
↓ 10 callers
Method
sendTo
(destination: Exchange | Queue, routingKey: string = "")
src/amqp-ts.ts:379
↓ 9 callers
Method
ack
(allUpTo?: boolean)
src/amqp-ts.ts:417
↓ 8 callers
Method
_rebuildAll
(err: Error)
src/amqp-ts.ts:168
↓ 8 callers
Method
removeBindingsContaining
(connectionPoint: Exchange | Queue)
src/amqp-ts.ts:1258
↓ 6 callers
Method
_initializeConsumer
()
src/amqp-ts.ts:935
↓ 6 callers
Method
consumerQueueName
()
src/amqp-ts.ts:655
↓ 5 callers
Method
rpc
(requestParameters: any)
src/amqp-ts.ts:845
↓ 4 callers
Method
_packMessageContent
(content: any, options: any)
src/amqp-ts.ts:794
↓ 4 callers
Function
callback
(err, ok)
lib/amqp-ts.js:442
↓ 4 callers
Function
cleanup
(connection, done, error?)
src/amqp-ts.spec-i.ts:54
↓ 4 callers
Method
prefetch
(count: number)
src/amqp-ts.ts:876
↓ 4 callers
Function
processRpc
()
lib/amqp-ts.js:509
↓ 4 callers
Method
rebuildConnection
()
src/amqp-ts.ts:71
↓ 4 callers
Function
sendMessage
()
lib/amqp-ts.js:348
↓ 3 callers
Method
deleteConfiguration
* Delete the whole defined connection topology: * return promise that fulfills after all defined exchanges, queues and bindings have been removed
src/amqp-ts.ts:255
↓ 3 callers
Method
nack
(allUpTo?: boolean, requeue?: boolean)
src/amqp-ts.ts:423
↓ 2 callers
Method
_unpackMessageContent
(msg: AmqpLib.Message)
src/amqp-ts.ts:804
↓ 2 callers
Function
generateUuid
()
lib/amqp-ts.js:504
↓ 2 callers
Method
recover
()
src/amqp-ts.ts:883
↓ 2 callers
Method
reject
(requeue = false)
src/amqp-ts.ts:429
↓ 2 callers
Function
restart
(err)
lib/amqp-ts.js:130
↓ 2 callers
Function
restartAmqpServer
()
src/amqp-ts.spec-i.ts:29
↓ 2 callers
Method
setContent
(content: any)
src/amqp-ts.ts:360
↓ 2 callers
Method
tryToConnect
(thisConnection: Connection, retry: number, callback: (err: any) => void)
src/amqp-ts.ts:112
↓ 2 callers
Method
unbind
(source: Exchange, pattern = "", args: any = {})
src/amqp-ts.ts:1110
↓ 1 callers
Method
_initialize
()
src/amqp-ts.ts:471
↓ 1 callers
Method
_initialize
()
src/amqp-ts.ts:1181
↓ 1 callers
Method
declareTopology
(topology: Connection.Topology)
src/amqp-ts.ts:291
↓ 1 callers
Function
extendStatics
(d, b)
lib/amqp-ts.js:10
↓ 1 callers
Function
fibonacci
(n)
tutorials/6_rpc/rpc_server.js:22
Function
Binding
(destination, source, pattern, args)
lib/amqp-ts.js:1072
Function
Connection
(url, socketOptions, reconnectStrategy)
lib/amqp-ts.js:48
Function
Exchange
(connection, name, type, options)
lib/amqp-ts.js:407
Function
Message
(content, options)
lib/amqp-ts.js:318
Function
Queue
(connection, name, options)
lib/amqp-ts.js:687
Function
__
()
lib/amqp-ts.js:18
Method
activateConsumer
(onMessage: (msg: Message) => any, options?: Queue.ActivateConsumerOptions)
src/amqp-ts.ts:681
Function
activateConsumerWrapper
(msg)
lib/amqp-ts.js:915
Method
activateConsumerWrapper
(msg: AmqpLib.Message)
src/amqp-ts.ts:974
Function
after
(done)
src/amqp-ts.spec.ts:51
Method
bind
(source: Exchange, pattern = "", args: any = {})
src/amqp-ts.ts:646
Method
callback
(err, ok)
src/amqp-ts.ts:480
Method
callback
(err, ok)
src/amqp-ts.ts:767
Function
clean
(cb)
gulpfile.js:46
Method
close
()
src/amqp-ts.ts:209
Method
close
()
src/amqp-ts.ts:620
Function
compile
()
gulpfile.js:55
Method
constructor
(url = "amqp://localhost", socketOptions: any = {}, reconnectStrategy: Connection.
src/amqp-ts.ts:56
Method
constructor
(content?: any, options: any = {})
src/amqp-ts.ts:353
Method
constructor
(connection: Connection, name: string, type?: string, options: Exchange.DeclarationOptions = {})
src/amqp-ts.ts:463
Method
constructor
(connection: Connection, name: string, options: Queue.DeclarationOptions = {})
src/amqp-ts.ts:750
Method
constructor
(destination: Exchange | Queue, source: Exchange, pattern = "", args: any = {})
src/amqp-ts.ts:1172
Method
delete
()
src/amqp-ts.ts:587
Method
delete
()
src/amqp-ts.ts:1221
Method
generateUuid
()
src/amqp-ts.ts:536
Method
getConnection
()
src/amqp-ts.ts:324
Method
name
()
src/amqp-ts.ts:455
Method
name
()
src/amqp-ts.ts:746
Function
onClose
()
lib/amqp-ts.js:136
Method
onClose
()
src/amqp-ts.ts:149
Method
processRpc
()
src/amqp-ts.ts:542
Method
processRpc
()
src/amqp-ts.ts:847
Function
processedMsgConsumer
(msg)
lib/amqp-ts.js:877
Method
processedMsgConsumer
(msg: AmqpLib.Message)
src/amqp-ts.ts:936
Method
publish
* deprecated, use 'exchange.send(message: Message, routingKey?: string)' instead
src/amqp-ts.ts:507
Function
rawConsumer
(message: AmqpLib.Message, channel: AmqpLib.Channel)
src/amqp-ts.spec.ts:150
Function
rawMsgConsumer
(msg)
lib/amqp-ts.js:906
Method
rawMsgConsumer
(msg: AmqpLib.Message)
src/amqp-ts.ts:965
Method
restart
(err: Error)
src/amqp-ts.ts:142
Method
rpc
(requestParameters: any, routingKey = "", callback?: (err, message: Message) => void)
src/amqp-ts.ts:533
Method
send
(message: Message, routingKey = "")
src/amqp-ts.ts:529
Method
sendMessage
()
src/amqp-ts.ts:381
Method
sendMessage
()
src/amqp-ts.ts:817
Method
startConsumer
* deprecated, use 'exchange.activateConsumer(...)' instead
src/amqp-ts.ts:662
Method
stopConsumer
()
src/amqp-ts.ts:700
Function
swallowError
(error)
gulpfile.js:16
Method
type
()
src/amqp-ts.ts:459
Method
unbind
(source: Exchange, pattern = "", args: any = {})
src/amqp-ts.ts:651