13 packages tagged with “MessageReader”
A library to help with using different types of messsage queues. This package includes the interfaces required for the real queues
A queue implementation to write to a Sqlite DB from the interfaces in KM.MessageQueue
A formatting implementation for KM.MessageQueue that serializes the object to a json string
A specialized formatting implementation for KM.MessageQueue that allows you to compose multiple formatters
A forwarder to handle forwarding messages from one queue to another
An Azure topic implementation from the interfaces in KM.MessageQueue
A queue implementation to write to the disk from the interfaces in KM.MessageQueue
A formatting implementation for KM.MessageQueue that converts a string to a byte array
A formatting implementation for KM.MessageQueue that serializes the object to a JObject
A formatting implementation for KM.MessageQueue that deserializes the json string to a Dictionary
A queue implementation to write to an ElasticSearch database from the interfaces in KM.MessageQueue
A formatting implementation for KM.MessageQueue that converts a string to HttpContent
A queue implementation from the interfaces in KM.MessageQueue that allows for conditional pushing to multiple queues