[GitHub] qpid-jms pull request #7: Client+Server class additions - updated 5/15/17

2017-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-jms/pull/7 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] qpid-jms pull request #7: Client+Server class additions - updated

2017-05-11 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-jms/pull/7#discussion_r116052679 --- Diff: qpid-jms-examples/src/main/java/org/apache/qpid/jms/example/Client.java --- @@ -0,0 +1,106 @@ +/* + * + * Licensed to the Apache

[GitHub] qpid-jms pull request #7: Client+Server class additions - updated

2017-05-11 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-jms/pull/7#discussion_r116064745 --- Diff: qpid-jms-examples/src/main/java/org/apache/qpid/jms/example/Server.java --- @@ -0,0 +1,94 @@ +/* + * + * Licensed to the Apache

[GitHub] qpid-jms pull request #7: Client+Server class additions - updated

2017-05-11 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-jms/pull/7#discussion_r116048356 --- Diff: qpid-jms-examples/src/main/java/org/apache/qpid/jms/example/Client.java --- @@ -0,0 +1,106 @@ +/* + * + * Licensed to the Apache

[GitHub] qpid-jms pull request #7: Client+Server class additions - updated

2017-05-11 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-jms/pull/7#discussion_r116053494 --- Diff: qpid-jms-examples/src/main/java/org/apache/qpid/jms/example/Client.java --- @@ -0,0 +1,106 @@ +/* + * + * Licensed to the Apache

[GitHub] qpid-jms pull request #7: Client+Server class additions - updated

2017-05-11 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-jms/pull/7#discussion_r116057472 --- Diff: qpid-jms-examples/src/main/java/org/apache/qpid/jms/example/Client.java --- @@ -0,0 +1,106 @@ +/* + * + * Licensed to the Apache

[GitHub] qpid-jms pull request #7: Client+Server class additions - updated

2017-05-11 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-jms/pull/7#discussion_r116069936 --- Diff: qpid-jms-examples/src/main/java/org/apache/qpid/jms/example/Server.java --- @@ -0,0 +1,94 @@ +/* + * + * Licensed to the Apache

[GitHub] qpid-jms pull request #7: Client+Server class additions - updated

2017-05-11 Thread ageannopoulos
GitHub user ageannopoulos opened a pull request: https://github.com/apache/qpid-jms/pull/7 Client+Server class additions - updated I made these classes more simplified but still demonstrative of JMS message interpretation, added the licenses, and cleaned up code. I also