Sean Feldman

Results 88 issues of Sean Feldman

When setting up a forwarding queue using the following code ```c# var connectionString = Environment.GetEnvironmentVariable("AzureServiceBus_ConnectionString"); var client = new ManagementClient(connectionString); var queueDescription = new QueueDescription("MainQ") { RequiresSession = true };...

enhancement
backlog

[Documentation](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-sas#configuration-for-shared-access-signature-authentication) says: > A maximum of 12 such rules can be configured on a Service Bus namespace, queue, or topic. Rules that are configured on a Service Bus namespace apply...

documentation

There's very limited documentation on best practices when it comes to anything that could potentially affect server-side performance. For example, topology architecture. I had a customer that had a question...

documentation
backlog

Currently, there's no documentation about mixing management and messaging operations in a transaction. The only [documentation](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-transactions) about transactional processing refers to messaging operations.

documentation
backlog

Allow to query messages based on their state rather than receiving messages in all states and filtering on the client side. From the [comment](https://github.com/Azure/azure-service-bus-dotnet/issues/343#issuecomment-334954288) this could be an option for...

enhancement
service side
feature
backlog

# Description According to [documentation](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dead-letter-queues#dead-lettering-in-forwardto-or-sendvia-scenarios), auto-forwarded messages exceeding max number of hops should end up in TDLQ. This is not what's happening. ~~Also, auto-forwarding of these messages from DLQ to...

bug
backlog
investigate

Search by key should be not case-sensitive. Assumption should be that when a search by a pattern is performed it's likely because one doesn't remember the exact key or casing.

enhancement
service

### Which service(blob, file, queue, table) does this issue concern? Table ### Which version of the Azurite was used? 3.17.1 ### Where do you get Azurite? (npm, DockerHub, NuGet, Visual...

table-storage
service-parity

**DO NOT MERGE** Issue #569 Adding verification tests expose the bug against `master`.

Fixes #538 The client allows to send a collection of messages (`SendAsync(IList)`) which is problematic when there's a large number of messages that would not fit into the maximum message...