Skip to content

Service Bus Session Support #441

Description

@pizerg

Right now I think it's not possible to receive a message on a queue that uses Session filtering only by one SessionId as we can do in C# with the following code:

MessageSession receiver = null;
receiver = queueClient.AcceptMessageSession(msg.ReplyToSessionId);
BrokeredMessage receivedMessage = receiver.Receive(TimeSpan.FromSeconds(timeout));

Are there any plans to include this feature in the java SDK ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions