RE: Does anyone read this list?

2016-03-23 Thread Flores, Paul A.
Troy, I monitor both this discussion (proton) list and the users. It is true there is more going on in the users discussion list. I tend to post to the users list because a lot of times discussion items posted here (proton) are just not picked here as readily as on users. I agree with your

Messenger: Request Reply - Fundamental questions?

2016-03-21 Thread Flores, Paul A.
At client. Considering Messenger and have been asked to describe how a Messenger would handle request reply processing. Fundamental question -> Can a Messenger "act" as both a Message Producer (send) and Consumer (receive) messages or is a Messenger limited to a single "role"? Consider

QPID Proton 12 Issue - can anyone help?

2016-02-29 Thread Flores, Paul A.
I am attempting to build QPID Proton 12 and seeing the following errors: Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.

RE: How does one setup a topic using qpid-config tyo satisfy QPID JMS requirements?

2016-02-22 Thread Flores, Paul A.
? The topic config in the jndi.properties file is just an example, only the queue is used by the code for the examples. But to answer the question, one model of a topic in qpidd would be to create an exchange of that name, of either topic or fanout type. Robbie On 22 February 2016 at 17:47, Flores, Paul

How does one setup a topic using qpid-config tyo satisfy QPID JMS requirements?

2016-02-22 Thread Flores, Paul A.
Using qpid-config to set up a queue prior to trying the helloworld example from QPID JMS. But the jndi properties expects a topic along with a queue. How do I set up a topic using qpid-config? Thanks for your help! Paul

RE: Need Help! qpid-cofig: No module named qpid.messaging! Working!

2016-02-22 Thread Flores, Paul A.
qpid.messaging This is controlled via the standard python search paths. IOW, set PYTHONPATH to the location of the libraries you want to see used. On Mon, Feb 22, 2016 at 8:39 AM, Flores, Paul A. <paul.a.flo...@saic.com> wrote: > I have found one culprit that is contributing to this issu

RE: Need Help! qpid-cofig: No module named qpid.messaging

2016-02-22 Thread Flores, Paul A.
://qpid.apache.org/download.html. If you don't want to install it into the system directories, it should be enough if you copy the mllib and qpid directories next to your qpid-config. On Mon, Feb 22, 2016 at 4:40 PM, Flores, Paul A. <paul.a.flo...@saic.com> wrote: > Help! > > > > All

Need Help! qpid-cofig: No module named qpid.messaging

2016-02-22 Thread Flores, Paul A.
Help! All the I can find when I Google on this messaging I am getting is dated 2010. It references a QMF extras folder that does not exist. Surely there has to be some updated guidance to this issue? This is "blocking" my current sprint progress!

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

2016-02-19 Thread Flores, Paul A.
passed its vote now and will be reflected on the site come Monday. It will sync to maven central in the hours ahead, but is available now via repository.apache.org, or you can find an archive here also: http://apache.org/dist/qpid/jms/0.8.0/ Robbie On 19 February 2016 at 21:28, Flores, Paul A. &

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