[jira] [Commented] (PROTON-1139) tx_recv_interactive.py example doesn't work

2016-02-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15154972#comment-15154972 ] ASF GitHub Bot commented on PROTON-1139: Github user grs commented on the pull request:

[jira] [Commented] (PROTON-1139) tx_recv_interactive.py example doesn't work

2016-02-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15154971#comment-15154971 ] ASF GitHub Bot commented on PROTON-1139: Github user asfgit closed the pull request at:

[jira] [Commented] (PROTON-1139) tx_recv_interactive.py example doesn't work

2016-02-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15154970#comment-15154970 ] ASF subversion and git services commented on PROTON-1139: - Commit

[GitHub] qpid-proton pull request: PROTON-1139 tx_recv_interactive.py examp...

2016-02-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/67 --- 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

RE: Help?!: Qpid JMS 0.6.0 HelloWorld example issue

2016-02-19 Thread Flores, Paul A.
Thanks for your help. IMHO The examples need a bit more "meat" on them. A new user is going to be frustrated by the amount of implied but not explicit steps that are required to get them compiled and running. A inclusion of a configuration file that could be used with qpidd would be

Re: Help?!: Qpid JMS 0.6.0 HelloWorld example issue

2016-02-19 Thread Robbie Gemmell
Glad to hear you got past the issue with your jndi config. Jakub's mail covers your question on qpid-config. Note you can also have the broker auto-create queues as needed using the CLI option I mentioned in your recent thread on the users list. As an aside, the current release of the client has

Re: Help?!: Qpid JMS 0.6.0 HelloWorld example issue

2016-02-19 Thread Jakub Scholz
qpid-config is in the qpid-tools package. Go to the download site ( http://qpid.apache.org/download.html) and download the "C++ broker (command-line tools)". It is using the Python version of Qpid Messaging API, so you have to download that as well - it is on the same page. On Fri, Feb 19, 2016

[jira] [Commented] (PROTON-1139) tx_recv_interactive.py example doesn't work

2016-02-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15154868#comment-15154868 ] ASF GitHub Bot commented on PROTON-1139: Github user scholzj commented on the pull request:

[GitHub] qpid-proton pull request: PROTON-1139 tx_recv_interactive.py examp...

2016-02-19 Thread scholzj
Github user scholzj commented on the pull request: https://github.com/apache/qpid-proton/pull/67#issuecomment-186408961 I have to say that I haven't tested it on Windows, but I guess the original example didn't worked there either. Is there some way how to make the example work on

Re: Help?!: Qpid JMS 0.6.0 HelloWorld example issue

2016-02-19 Thread Timothy Bish
On 02/19/2016 12:39 PM, Flores, Paul A. wrote: > Trying to get the HelloWorld example that is found with the QPID JMS 0.6.0 > Release to work. > > > > When I go to run it I am seeing the following. > > > > Can some one point me to a resolution? I am running out of hair to pull! > Try changing

[jira] [Commented] (PROTON-1133) Proton C includes port number in AMQP Open hostname

2016-02-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15154825#comment-15154825 ] ASF GitHub Bot commented on PROTON-1133: Github user ganeshmurthy closed the pull request at:

[GitHub] qpid-proton pull request: PROTON-1133 - Remove the port from the c...

2016-02-19 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at: https://github.com/apache/qpid-proton/pull/66 --- 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

Help?!: Qpid JMS 0.6.0 HelloWorld example issue

2016-02-19 Thread Flores, Paul A.
Trying to get the HelloWorld example that is found with the QPID JMS 0.6.0 Release to work. When I go to run it I am seeing the following. Can some one point me to a resolution? I am running out of hair to pull! Thanks. Paul 2016-02-19 10:32:47,256 [main ] - ERROR

Re: Error compiling proton C++ binding 0.12 with GCC 3.4

2016-02-19 Thread Alan Conway
On Thu, 2016-02-18 at 13:27 -0500, Andrew Stitcher wrote: > On Wed, 2016-02-17 at 10:51 +, TRUFANOW Alexandre wrote: > > Hi, > > > > I am attempting to compile proton and the C++ binding using GCC > > 3.4  > > This is a very old compiler (from no later than 2006), and we don't > test on it

[jira] [Commented] (PROTON-1139) tx_recv_interactive.py example doesn't work

2016-02-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15154372#comment-15154372 ] ASF GitHub Bot commented on PROTON-1139: GitHub user scholzj opened a pull request:

[GitHub] qpid-proton pull request: PROTON-1139 tx_recv_interactive.py examp...

2016-02-19 Thread scholzj
GitHub user scholzj opened a pull request: https://github.com/apache/qpid-proton/pull/67 PROTON-1139 tx_recv_interactive.py example doesn't work This pull request should fix the tx_recv_interactive.py example. You can merge this pull request into a Git repository by running: $

[jira] [Created] (PROTON-1139) tx_recv_interactive.py example doesn't work

2016-02-19 Thread Jakub Scholz (JIRA)
Jakub Scholz created PROTON-1139: Summary: tx_recv_interactive.py example doesn't work Key: PROTON-1139 URL: https://issues.apache.org/jira/browse/PROTON-1139 Project: Qpid Proton Issue

Re: Dropping proton-dump; Moving to newer minimum CMake version

2016-02-19 Thread Andrew Stitcher
Well I left it 3 days, heard no objections so I will remove proton-dump and up the minimum version of cmake to 2.8.7. Andrew

Re: Error compiling proton C++ binding 0.12 with GCC 3.4

2016-02-19 Thread TRUFANOW Alexandre
Hi Andrew, Thanks for the pointer! Unfortunately this doesn't work, I'll see if we can include a newer version of GCC in our build chain. Alexandre On jeu., 2016-02-18 at 13:27 -0500, Andrew Stitcher wrote: > On Wed, 2016-02-17 at 10:51 +, TRUFANOW Alexandre wrote: > > Hi, > > > > I am