paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
1.98k stars 577 forks source link

Export/Import of topic #775

Open dr-consit opened 2 months ago

dr-consit commented 2 months ago

When exporting a topic that has a session with a filter on SessionId all other filter properties are exported as empty. When trying to import this results in an error because a filter with an empty CorrelationId is not allowed. Deleting CorrelationId from the exported XML file, results in an error when trying to load the exported XML file because the CorrelationId is "missing".

dr-consit commented 2 months ago

Ah, also all the other filter properties are populated with empty values in the imported session filter.