Brighter icon indicating copy to clipboard operation
Brighter copied to clipboard

A framework for building messaging apps with .NET and C#.

Results 119 Brighter issues
Sort by recently updated
recently updated
newest added

@IlSocio Here is my implementation for #2104 This requires a small change to the ctor of CommandProvider / the DI stuff around it, instead of passing a IAmABoxTransactionConnectionProvider there is...

At the minute, when create a subscription you can set the following - Max Delivery Count - Dead Lettering on Message Expiration - Lock Duration - Default Message Time to...

0 - Backlog
feature request

The existing notification-based queues work using the ServiceStack client, which is not free at scale. Redis Streams provide a good alternative to this that we can use. It is a...

2 - In Progress
grabbed by assignee
feature request
Draft

Using the ServiceBusReceiver.DeferMessage it may be possible to just put the message back on the same queue (subscription)

0 - Backlog
feature request

2 - In Progress
grabbed by assignee
feature request
Draft

Brighter doesn't currently support the MQTT protocol. It would be useful to be able to produce and consume from MQTT. MQTT pushes from the server, so we may need to...

2 - In Progress

https://nats.io/ NATS was built to meet the distributed computing needs of today and tomorrow. NATS is simple and secure messaging made for developers and operators who want to spend more...

0 - Backlog
grabbed by community
feature request

**Is your feature request related to a problem? Please describe.** RMQ now supports streams as well as notifications, behavior is similar to Kafka. To be comprehensive in our support of...

0 - Backlog
feature request

**Problem** It is not possible to participate in a DynamoDb transaction when writing to the Outbox **Solution** We should utilize the new transaction provider pattern to make it possible to...

0 - Backlog
feature request
v9.next

**Problem* Transactions are expensive in a distributed data store like DynamoDb, so a transaction that spans the Outbox and an Entity table is expensive. This can be ameliorated somewhat by...

0 - Backlog
feature request