Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Properties not Readable or Writable #48

Open
landkommunenhippie opened this issue Mar 16, 2022 · 3 comments
Open

Custom Properties not Readable or Writable #48

landkommunenhippie opened this issue Mar 16, 2022 · 3 comments

Comments

@landkommunenhippie
Copy link

Background:
The AzureServiceBus provides adding additional information for message called CustomProperties (some refer to it as Message Header, the java sdk com.azure.azure-messaging-servicebus refers to it as application properties).
See official documentation

At the moment the Purple Explorer is not able to read those when reading a message or to send them when creating a new message to a queue or topic.

The goal is to add the functionality to

  • read the custom properties of a messsage inside a queue or topic
  • Add additional custom properties when creating a new message at a queue or topic
@armannaj
Copy link
Contributor

armannaj commented May 6, 2022

Hi @landkommunenhippie

Is there specific properties you have in mind? OR the ability to work with properties in general?

@landkommunenhippie
Copy link
Author

I would like to work with properties in general.
In my experience any properties can be added here freely.

I already had a look in the code but was not able to dive deeper at the moment.

@madmalkav
Copy link

Properties are heavily used in some scenarios. In example, imagine a pubsub where you publish information about factories in a topic. Some subscribers will be interested in the messages for all factories , but others will only be interested in the messages related to a particular factory. This is commonly done by adding a property with the factory name and using SQL or correlational filters in the subscription to receive only the desired messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants