-
Notifications
You must be signed in to change notification settings - Fork 18
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
JMS Properties for Messages #51
Comments
Hi @Micha228 - thanks for your questions above. I will check through the list of properties over the next few days to see how straightforward it is to add those in and post a comment back here to confirm. |
Hey @matrober-uk, |
Hi @Micha228 I've done a first pass look at the message properties and I have a few questions as follows please:
Implementation notes (for my reference)
|
Hey @matrober-uk,
|
Hi @Micha228 - I've attached a branch (https://github.com/ibm-messaging/mq-golang-jms20/tree/header-properties) to this issue that implements the behaviour for 8 of the 16 properties as described here and as below.
You're welcome to download that branch to try out the behaviour if it's useful, before I get to look at the remaining properties. |
Hey @matrober-uk, thanks for your implementation. I have downloaded your branch and give it a test. Best regards |
Support for selected header properties - #51
Hi @Micha228 - I've merged the full set of changes we discussed into the "main" branch (under PR #52). Details of the Get/Set options now supported are included in the README in the section on Special header properties supported. Please can you add a comment to this issue when you've had an opportunity to try out the new features? |
Closing as implemented, included in tag v1.8.0. Please feel free to comment/reopen if necessary. |
Hey @matrober-uk thank you very much for implementing. |
Hey @matrober-uk i have tested your changes and its working fine for me. |
great, thanks for confirming @Micha228 - I'm pleased the new options are working as expected for you! 👍 |
Hi @matrober-uk
Im migrating right now a java application to a golang microservice architectur but im struggeling a little bit with extracting
JMS Propertys of Messages. We had talked a few weeks ago in a call about the QueueBrowser wich is working fine for me.
But im not able to extract following Propertys of the messages.
I think in the java library was this archived by setting the Property WMQ_MESSAGE_BODY to WMQ_MESSAGE_BODY_MQ
for the destination.
But in the golang pack i didnt find any options like this.
Is there a possibility to extract these information of JMS messages ?
Best regards
Michael
The text was updated successfully, but these errors were encountered: