ServiceBusExplorer icon indicating copy to clipboard operation
ServiceBusExplorer copied to clipboard

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

Open HerrHorne opened this issue 2 years ago • 4 comments

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?

HerrHorne avatar Sep 19 '23 13:09 HerrHorne

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.

SeanFeldman avatar Sep 19 '23 14:09 SeanFeldman

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.

HerrHorne avatar Sep 19 '23 15:09 HerrHorne

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.

SeanFeldman avatar Sep 19 '23 15:09 SeanFeldman