MarketSquare / MarketSquare/robotframework-jmslibrary
Enhance keywords to use JmsMessage type
Open
@akrautsc is already working on this.
Since May 6, 2026.
enhancement
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- Return values of different keywords shall be enhanced to return the generic JmsMessage type instead
of inherited TextMessage or BytesMessage type. - Keyword arguments shall be checked/enhanced to use generic JmsMessage type if applicalbe.
- New keywords shall be added in case current ones are too ambiguous or a change can't be done in a backwards compatible way.
- Mark keywords as
deprecatedif functionality will be taken over by new keyword.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.