On 6 October 2015 at 22:40, Andrew Buckley <[email protected]> wrote:
> Hello, > > > > I’m a software engineer in Azure IoT over here at Microsoft ( > https://github.com/Azure/azure-iot-sdks). Our team creates open source > SDKs (both device and service SDKs) for multiple languages to both enable > connectivity between IoT devices and the Azure IoT Hub, as well as manage > Azure IoT Hub service instances. We have made some modifications to Qpid > JMS to enable some extra AMQP acknowledgement handling. Currently this work > lives in a fork and we’re at the point where we would like to publish our > Java SDK to maven central so we’d like to inquire about contributing this > work back into the Qpid JMS project. > > > > Thank you, > > -- > > Andrew Buckley > > Software Engineer > Microsoft > Azure Iot > > Office: 109/3133 > > [email protected] > > [image: Twitter] <https://twitter.com/Microsoft> [image: Facebook] > <https://www.facebook.com/Microsoft> [image: Linkedin] > <https://www.linkedin.com/company/microsoft> [image: Youtube] > <https://www.youtube.com/user/Microsoft> > > [image: Microsoft Logo] > > > Hi Andrew, Discussing on the mailing lists (http://qpid.apache.org/discussion.html) or opening a JIRA issues (https://issues.apache.org/jira/browse/QPIDJMS in this case) is a good start for any proposed contributions, either of which will allow elaboration and further discussion of the changes if needed. Once there is something to contribute it can either be attached in patch form on the JIRA, or a Pull Request opened against the GitHub mirror ( https://github.com/apache/qpid-jms in this case). If doing the latter, including the JIRA key (QPIDJMS-<number>) at the start of the PR title will enable many of the PR updates to be relayed on the JIRA automatically. Similarly, include the JIRA key at the start of the commit log messages so they can be automatically recorded against the JIRA once merged. As Steve mentioned, it would be good to get an ICLA on file if you are planning to contribute. More details at http://www.apache.org/licenses/#clas . Robbie
