12 packages
returned for Tags:"MessageReader"
-
A library to help with using different types of messsage queues. This package includes the interfaces required for the real queues
-
A forwarder to handle forwarding messages from one queue to another
-
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 formatting implementation for KM.MessageQueue that converts a string to a byte array
-
A queue implementation to write to the disk from the interfaces in KM.MessageQueue
-
An Azure topic implementation from the interfaces in KM.MessageQueue
-
A formatting implementation for KM.MessageQueue that serializes the object to a JObject
-
A formatting implementation for KM.MessageQueue that converts a string to HttpContent
-
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