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
2.01k stars 585 forks source link

Error when trying to send multiple xml files to a queue. #742

Open HerrHorne opened 1 year ago

HerrHorne commented 1 year ago

Hi, I've been having trouble sending multiple xml files to a queue. When sending one at the time, it works just fine, but when sending multiple at the time, only one of them are successfully added to queue, and the other ones are thrown away.

The error sounds like this "xxx.xml is an invalid Xml template. The file will be used as text message rather than a template."

servicebus

Can someone please explain what I'm doing wrong?

SeanFeldman commented 1 year ago

You're selecting JSON Template. It should be Text File, I think.

I've not used this aspect of the app so no guarantees I know what I'm talking about. When selecting Text File I was able to send a single XML file.

HerrHorne commented 1 year ago

Sorry, at the time I sent the messages, Xml Template was selected. (Not Json Template) Little bit misleading in the screen shot. My bad.

Single files are no problem. It is only a problem when trying to send multiple at the same time.

SeanFeldman commented 1 year ago

np. Looks like multiple files option is broken 🙁 If you have some spare cycles and would want to look into it, that'd be great.