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

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

Open
HerrHorne opened this issue Sep 19, 2023 · 3 comments
Open

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

HerrHorne opened this issue Sep 19, 2023 · 3 comments
Labels

Comments

@HerrHorne
Copy link

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
Copy link
Collaborator

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
Copy link
Author

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 SeanFeldman added bug and removed question labels Sep 19, 2023
@SeanFeldman
Copy link
Collaborator

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.

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

No branches or pull requests

2 participants