Update getMessageCount listAction JMSSampleP2P.java#5
Conversation
I have added a some code in JMSSampleP2P.java to get how many messages are on the queue. Added a listAction=getMessageCount
|
Hi @swarnaditya ..thank you for your interest and for the PR. Before even getting to the technical contents, I'm realizing we don't have any guidance listed for contributing. I know it's a small change, but I will look into this first. I understand we can enable a DCO for this repo, in which case you'd just have to do a Will take a look when I get a chance. |
| * UPDATES, ENHANCEMENTS OR MODIFICATIONS TO THE SAMPLE SOURCE CODE. | ||
| * | ||
| * (C) Copyright IBM Corp. 2001, 2013. | ||
| * (C) Copyright IBM Corp. 2001, 2021. |
There was a problem hiding this comment.
You could change this to:
- (C) Copyright IBM Corp. and others 2001, 2021.
I'm not a lawyer but I think this would be the typical way for you to "share" the copyright.
|
@swarnaditya - Update: We have added the DCO instructions: https://github.com/WASdev/sample.jms.server/#contributor-license-agreement So you can update your Git config (if necessary) and do the commit with Thanks again. |
I have added a some code in JMSSampleP2P.java to get how many messages are on the queue.
Added a listAction=getMessageCount