Qpid Broker-J failing unit test

2023-10-20 Thread Paul Allen
Since I am between jobs I figured I would continue with what I did last year converting Broker-J to a GraalVM native image (ref: https://github.com/Rohan427/Qpid4Graal). I downloaded the 9.1.0 source and attempted to build it on my CentOS Linux 7 system. (no code changes, a fresh source directo

Question : Download links not working

2023-07-13 Thread Paul Flores
Download links are not working. Can someone forward me the link to the correct web page?

[Broker-j] Native Image Progress

2022-10-22 Thread Paul
to a native image. The project is located here and since this is the only thing I am currently working on, I'm very active at updating it: https://github.com/Rohan427/Qpid4Graal Paul G. Allen - To unsubscribe, e-m

Re: ​ RE: Qpid Broker-J 8.0.6 Java 17 testing issues

2022-10-10 Thread Paul
ve image in a Docker container. (We use Linux for everything so everything in my project is Linux based - no Windows/Mac build scripts, testing on Windows/Mac, etc.) Kind regards, Daniil Kirilyuk On Mon, 10 Oct 2022 at 20:37, Paul wrote:

Re: qpid c++ broker status

2022-10-10 Thread Paul
How about Broker-j, is it still being maintained? I posted in the dev mailing list regarding a unit test issues last week and have received no response. I am currently working on updating it (8.0.6 is the code base I am working with) to Java 17 and building a native image (which partially worke

Re: Trouble with golang electron package

2022-07-05 Thread Paul Larsen
You're correct, I didn't see your reply on the thread. Thank you for the suggestion. I'll have a look at go-amqp -Paul On Tue, Jul 5, 2022 at 9:46 AM Robbie Gemmell wrote: > Seems likely you didnt look at https://qpid.apache.org/discussion.html > and so also did

Re: Trouble with golang electron package

2022-07-05 Thread Paul Larsen
As a follow-up: I downloaded the previous commit of the Proton package for Go, and I can now compile the code. I'm not sure if there is a bug in the latest commit or if my environment is not set up properly. -Paul On Mon, Jul 4, 2022 at 9:07 AM Paul Larsen wrote: > Hello, > >

Trouble with golang electron package

2022-07-04 Thread Paul Larsen
on" ) func main() { cntr := electron.NewContainer("test") fmt.Println(cntr.Id()) } Any help would be appreciated! Thank you, Paul Larsen

Re: Working on a new Qpid C++ release

2018-10-17 Thread Flores, Paul A.
I am interested in seeing https://issues.apache.org/jira/browse/QPID-7926> included. From: Chester Sent: Wednes

When is the new QPID C++ release coming out?

2018-10-03 Thread Flores, Paul A.
I am interested in the resolution described in https://issues.apache.org/jira/browse/QPID-7926 This communication (including any attachments) may contain information that is proprietary, confidential or exempt f

Re: Visual Studio Compliation Error: Any ideas/help Welcomed!

2018-09-25 Thread Flores, Paul A.
Thanks for the update I will be looking forward to the release. I am "precariously" close to a successful compile of QPID C++ using the Microsoft Visual Studio Community 2017 Version 15.8.4. From: Alan Conway Sent: Monday, September 24, 2018 3:02 PM To: users

Visual Studio Compliation Error: Any ideas/help Welcomed!

2018-09-11 Thread Flores, Paul A.
Hi, I am getting the following compilation error and I am a bit baffled how to resolve!? Any ideas are welcomed! Thanks in advance! Paul --- c:\qpid-cpp-1.38.0\src\qpid\log\logger.cpp(48): error C2440: 'initializing': cannot convert from 'int' to

Re: QPID-CPP Compile Errors Using Visual Studio 2017

2018-06-06 Thread Flores, Paul A.
own . Was working through "pthreads" when I got pulled off to another "fire". If you have made progress can you let me know? Thanks. Paul From: Michael Arnold Sent: Thursday, May 31, 2018 6:39 AM To: users@qpid.apache.org Subject: QPID-C

Note: Heads up regarding Ubuntu QPID-CPP cmake issue

2018-05-17 Thread Flores, Paul A.
UBUNTU uses uuidgen rather then uuid_generate. This causes issues with src/CMakeList.txt "block" from lines 296 thru 320. Immediate resolution is straightforward, alter the script to refer to uuidgen (search and replace). I would like to suggest a long term resolution is to rely on Identify

Re: DOTNET Binding Availablity -Information Request

2018-05-02 Thread Flores, Paul A.
Can anyone point me to or provide me a description of what makes or made up the DOTNET bindings? I have the time, resources and client who has an interest in them. Thanks, Paul From: Flores, Paul A. Sent: Tuesday, May 1, 2018 3:43 PM To: users

Re: DOTNET Binding Availablity

2018-05-01 Thread Flores, Paul A.
.x. - Original Message - > From: "Paul A. Flores" > To: users@qpid.apache.org > Sent: Tuesday, May 1, 2018 5:09:30 PM > Subject: DOTNET Binding Availablity > > Hi All, > > > Is there DOTNET binding support available for Visual Studio 15 2017 for > q

DOTNET Binding Availablity

2018-05-01 Thread Flores, Paul A.
Hi All, Is there DOTNET binding support available for Visual Studio 15 2017 for qpid-cpp-1.38.0? Thanks! Paul This communication (including any attachments) may contain information that is proprietary, confidential or exempt from disclosure. If you are

Re: Need help compiling in Visual Studio QPID C++ - Updated (Proton Success!)

2017-12-08 Thread Flores, Paul A.
et a "Link.exe" issue resolved. And as usual.. results may vary... Paul CMake command: CMake -G "Visual Studio 15 2017 Win64" -DBUILD_BINDING_DOTNET=OFF -DBUILD_DOCS=YES -DCMAKE_INSTALL_PREFIX=C:\qpid-proton-0.18.0\install_2017_x64 -DBoost_COMPILER=-vc141

Re: Need help compiling in Visual Studio QPID C++ - Updated

2017-12-06 Thread Flores, Paul A.
x64 D:\me\qpid-cpp\build_2015_x64 D:\me\qpid-cpp\install_2015_x64 - Original Message - > From: "Paul A. Flores" > To: users@qpid.apache.org > Sent: Wednesday, December 6, 2017 3:53:00 PM > Subject: Re: Need help compiling in Visual Studio QPID C++ - Updated > &g

Re: Need help compiling in Visual Studio QPID C++ - Updated

2017-12-06 Thread Flores, Paul A.
Hi Chuck, To be clear qpid_proton cmake command line I tried follows but it did not make a difference. Am I missing something? Paul CMake -G "Visual Studio 15 2017 Win64" -DBUILD_BINDING_DOTNET=OFF -DBUILD_DOCS=No -DCMAKE_INSTALL_PREFIX=C:\qpid-cpp-1.36.0\instal

Re: Need help compiling in Visual Studio QPID C++ - Updated

2017-12-06 Thread Flores, Paul A.
proton-0.18.0\build\proton-c" C:\qpid-cpp-1.36.0 Thanks, Paul From: Flores, Paul A. Sent: Wednesday, November 29, 2017 2:07 PM To: users@qpid.apache.org Subject: Re: Need help compiling in Visual Studio QPID C++ Hi Chuck, Thanks the CMake command you pro

Re: Need help compiling in Visual Studio QPID C++

2017-11-29 Thread Flores, Paul A.
Hi Chuck, Thanks the CMake command you provided works! It compiles but on my end it is having difficulty finding Proton. Any pointers? Paul From: Flores, Paul A. Sent: Monday, November 20, 2017 5:00 PM To: users@qpid.apache.org Subject: Re: Need help

Re: Need help compiling in Visual Studio QPID C++

2017-11-20 Thread Flores, Paul A.
Hi Chuck, I got pulled away onto another "fire" and I'm just getting a chance to take a look at this. The CMake -G "Visual Studio 15 2017 Win64" option value is really different than the build instructions. I will give it a try! Thank you for your help

Re: Need help compiling in Visual Studio QPID C++

2017-11-15 Thread Flores, Paul A.
Hi Chuck, Its a 64-bit x64 build I am attempting. Thanks for the build order it will certainly help. Paul From: Chuck Rolke Sent: Wednesday, November 15, 2017 9:30 AM To: users@qpid.apache.org Subject: Re: Need help compiling in Visual Studio QPID C++ Hi

Re: Need help compiling in Visual Studio QPID C++

2017-11-15 Thread Flores, Paul A.
d compilation tools. I will review the discussion and see if I can make specific progress. In the meantime can someone point me to a discussion/description of the order in which objects need to be built? Thanks again to Justin and Chuck. Paul From: Chuck

Need help compiling in Visual Studio QPID C++

2017-11-13 Thread Flores, Paul A.
alternative for a new manufacturing application, Any help would be greatly appreciated to get QIP CPP compiled! Paul This communication (including any attachments) may contain information that is proprietary, confidential or exempt from disclosure. If you are not the

Re: [DISCUSSION] Queue Reject Policy Behaviour

2017-06-13 Thread Flores, Paul A.
** message characteristic used in determination action Just an idea. Paul From: Lorenz Quack Sent: Tuesday, June 13, 2017 3:21 AM To: Qpid Users Subject: [DISCUSSION] Queue Reject Policy Behaviour Hello all, QPID-7815 [1] proposes the addition of a Queue Over

Re: JavaScript version of Proton?

2017-03-03 Thread Paul
both languages with the same API sounded very interesting. But from what I gather from the answers so far, this isn't the case, which is too bad and makes Qpid Proton loose one of pluses for me. Paul On 3/3/2017 11:04 AM, Fraser Adams wrote: Hello Paul, I contributed the emscripten ba

Re: JavaScript version of Proton?

2017-03-02 Thread Paul
o the same thing, albeit in a different language. Paul On 3/2/2017 11:46 AM, Robbie Gemmell wrote: On 2 March 2017 at 07:56, Paul wrote: Hi, Based on http://qpid.apache.org/proton/overview.html (and http://qpid.apache.org/proton/), I'm looking for the JavaScript implementation. The o

JavaScript version of Proton?

2017-03-01 Thread Paul
verview.html Am I completely overlooking something somewhere or? I had a brief look at the JavaScript bindings history and while it does seem to get an occassional update, I wonder if it is up to date with the ongoing developments of Qpid Proton TIA, Paul

HELP -> Need C++ complation assistance/advice/guidance

2017-01-30 Thread Flores, Paul A.
weighing staying at 0.34 until the move to RHEL 6 is "finalized" but developers want to move to from 0.34 to 1.36 need resolution to convince management. Any insights/suggestions would be welcomed and appreciated! Paul This communication (including any a

Re: Message Filters - C++ API

2017-01-11 Thread Flores, Paul A.
: https://github.com/apache/activemq-artemis/tree/master/examples/features/standard/queue-selector Sorry if I misunderstood your question. On Wed, Jan 11, 2017 at 2:23 PM, Flores, Paul A. wrote: > Can anyone point me to an example of message filtering or perhaps a tutorial ? > > &g

Message Filters

2017-01-11 Thread Flores, Paul A.
Can anyone point me to an example of message filtering or perhaps a tutorial ? Thank you! Paul This communication (including any attachments) may contain information that is proprietary, confidential or exempt from disclosure. If you are not the intended

How, from within a C++ application, is it possible to 'examine' and 'manage' a broker?

2016-10-25 Thread Flores, Paul A.
t of message channel 'management' that is 'baked' into their 'framework'. While the goal is to shift away from the CORBA paradigm we are faced with task of identifying. developing and implementing 'like' functionality and this is one area we would like so

Benchmarking scripts -> location?

2016-10-20 Thread Flores, Paul A.
Hi, Looking for the qpid-cpp-benchmarking scripts. Can someone send me a link I can forward onto a colleague? Thank you Paul Flores This communication (including any attachments) may contain information that is proprietary, confidential or exempt from

Benchmarking Guidance

2016-09-30 Thread Flores, Paul A.
group for guidance. Insights and inputs are welcomed. Paul This communication (including any attachments) may contain information that is proprietary, confidential or exempt from disclosure. If you are not the intended recipient, please note that further dis

Re: Help! ->qpid::Exception what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116): QPID - 6416?

2016-09-22 Thread Flores, Paul A.
Still struggling with the mandated use of Google mock. Thanks Paul From: Justin Ross Sent: Wednesday, September 21, 2016 9:28 AM To: users@qpid.apache.org Subject: Re: Help! ->qpid::Exception what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:1

Re: Help! ->qpid::Exception what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116): QPID - 6416?

2016-09-21 Thread Flores, Paul A.
implementation was in an attempt to use Google mock for unit testing. We are still working those items out. I may post an inquiry to the community regarding the use of Google mock. Thanks Paul From: Robbie Gemmell Sent: Wednesday, September 21, 2016 3:03 AM To

Re: Help! ->qpid::Exception what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116): QPID - 6416?

2016-09-20 Thread Flores, Paul A.
e welcomed! From: Gordon Sim Sent: Monday, September 19, 2016 3:46 PM To: users@qpid.apache.org Subject: Re: Help! ->qpid::Exception what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116) On 19/09/16 21:51, Flores, Paul A. wrote: > Hi, > > > At client site. > &

Help! ->qpid::Exception what(): Invalid argument (../include/qpid/sys/posix/Mutex.h:116)

2016-09-19 Thread Flores, Paul A.
ly. We are not explicitly calling it. Any help would be appreciated to help us to move forward! Thanks. Paul This communication (including any attachments) may contain information that is proprietary, confidential or exempt from disclosure. If you a

Question: Queue Disposition

2016-09-07 Thread Flores, Paul A.
Hi, At client site. Need clarification for the following instance in regards to the disposition of a queue in the following circumstance. Thanks for comments, insights and guidance they are appreciated! Paul Circumstance: A process creates a queue with a unique address to mimic

Re: Questions: Next Receiver Functionality

2016-09-01 Thread Flores, Paul A.
ynchronous processing in the synchronous session. From: Gordon Sim Sent: Thursday, September 1, 2016 11:13 AM To: users@qpid.apache.org Subject: Re: Questions: Next Receiver Functionality On 01/09/16 17:52, Flores, Paul A. wrote: > Hi, > > > Wo

Questions: Next Receiver Functionality

2016-09-01 Thread Flores, Paul A.
o does that mean we should use a different session (senders and receivers) for synchronous processing? Thanks for comments and insights. Paul This communication (including any attachments) may contain information that is proprietary, confidential or ex

RE: C++ Messaging API Question: Receiver Capacity?

2016-08-16 Thread Flores, Paul A.
Thanks Ted! From: Ted Ross [tr...@redhat.com] Sent: Tuesday, August 16, 2016 1:17 PM To: users@qpid.apache.org Subject: Re: C++ Messaging API Question: Receiver Capacity? On 08/16/2016 02:05 PM, Flores, Paul A. wrote: > At Client Site, > &g

C++ Messaging API Question: Receiver Capacity?

2016-08-16 Thread Flores, Paul A.
into a local queue providing one message to the "caller" for each fetch and goes back out to the brokers to obtain subsequent messages up to the receiver capacity when the local queue is depleted. Insights, clarifications and comments are appreciated. Paul __

RE: C++ API Next Receiver Questions- More

2016-07-14 Thread Flores, Paul A.
Ted, Thanks for the reply. Paul Questions remain. In the C++ API documentation it is unclear how to set up prefetching. Is it related to setting the receiver capacity? Is there an example? With prefetch setup does a fetch return more than one message at a time from a specific queue

C++ API Next Receiver Questions

2016-07-14 Thread Flores, Paul A.
Hi, At client. Basic questions that I have answered but want to double check. Can I get some verification/clarification. How does pre-fetch influence these questions/answers? Thanks for the feedback it is appreciated. Paul Premise: Given: a Connection with a Session

Unit testing: Use of Mock Objects- anyone doing this for their testing?

2016-04-19 Thread Flores, Paul A.
At client. Integrating QPID into existing code base. Now looking into unit testing. Considering using google mock. Is anyone else out there in same situation regarding unit testing? Any insights you'd like to share? Paul This communic

Setting up queues - Working - Not working- Help!

2016-04-18 Thread Flores, Paul A.
ess termination. Bad key-value pair, expected ':', character 40 of #response_queue;{create: always, sender delete: always, receiver}" Any insights / help is appreciated! Paul This communication (including any attachments) may

RE: Anyone have an example of using message setProperty()?

2016-04-11 Thread Flores, Paul A.
Yes the C++ messaging API. Thanks this helps From: Gordon Sim [g...@redhat.com] Sent: Friday, April 08, 2016 3:48 AM To: users@qpid.apache.org Subject: Re: Anyone have an example of using message setProperty()? On 07/04/16 21:55, Flores, Paul A

RE: Anyone have an example of using message setProperty()?

2016-04-11 Thread Flores, Paul A.
m with that 'warm and fuzzy' feeling and this one of them. They are 'letting go' of CORBA and look for assurance at each and every opportunity to assure themselves that the processing approach will still support their existing operational needs. Paul _____

Anyone have an example of using message setProperty()?

2016-04-07 Thread Flores, Paul A.
At client site. Need a clear example of the usage of setProperty() Thanks for your help it is appreciated! Paul This communication (including any attachments) may contain information that is proprietary, confidential or exempt from disclosure. If you are not

RE: Question: Temporary queues: set up and when do they go away? -Resolved

2016-04-05 Thread Flores, Paul A.
comparison of a simple sender and receiver "expressed" in the C++ Messaging API and in C++Proton. Maybe I should start that as a separate discussion item. Paul From: Robbie Gemmell [robbie.gemm...@gmail.com] Sent: Tuesday, April 0

Question: Temporary queues: set up and when do they go away?

2016-04-04 Thread Flores, Paul A.
doing incorrectly? "const char* response_queue="#response_queue; {create: always, delete: always}" Thanks for your help it is appreciated! Paul This communication (including any attachments) may contain information that is proprietary, co

RE: Help!: Generation of a unique queue name... weird results..OR

2016-04-04 Thread Flores, Paul A.
ipients to send replies back to that queue/receiver. Folks receiving such messages then retrieve the reply-to address from the message and send their reponse to it. Robbie On 4 April 2016 at 14:47, Flores, Paul A. wrote: > Gordon, > > So am I right in understanding that after I g

RE: Help!: Generation of a unique queue name... weird results..OR

2016-04-04 Thread Flores, Paul A.
'matters'? A unique "reply to' queue must be created by a receiver before a sender attempts to utilize that queue? Paul From: Gordon Sim [g...@redhat.com] Sent: Sunday, April 03, 2016 12:06 PM To: users@qpid.apache.org Subject: Re:

Help!: Generation of a unique queue name... weird results..OR

2016-04-01 Thread Flores, Paul A.
p-0.34/src/qpid/broker/QueueRegistry.cpp:127) [caused by 9 \x08:\x01] Queue eb67d5b2-8c95-4338-9a01-f8017bbae223#response_queue does not exist Any insights /help/comments/suggestions? Paul This communication (including any attachments) may contain informati

RE: Need Help!: Example of the use of Variant Type

2016-04-01 Thread Flores, Paul A.
4/16 15:45, Flores, Paul A. wrote: > Thanks for the example. I was hoping for something a whole lot simpler. It > appears to be a royal pain! > > Hopefully there is a simplistic example I can implement for my client! > Anyone else? https://svn.apache.org/viewvc/qpid/trunk

RE: Need Help!: Example of the use of Variant Type

2016-04-01 Thread Flores, Paul A.
01, 2016 9:30 AM To: users Subject: Re: Need Help!: Example of the use of Variant Type On Fri, Apr 1, 2016 at 10:21 AM, Flores, Paul A. wrote: > Specifically I am looking at example for either how to "extract" a map > from a Variant (map) or to use map.find()? > > > &g

Need Help!: Example of the use of Variant Type

2016-04-01 Thread Flores, Paul A.
Specifically I am looking at example for either how to "extract" a map from a Variant (map) or to use map.find()? Could not find example on how to use/access Variant type data. Any help is appreciated. Paul

RE: Basic question : Is message delivery acknowledgement by message receipient possible/supported?

2016-03-31 Thread Flores, Paul A.
n Thu, Mar 31, 2016 at 4:33 PM, Flores, Paul A. wrote: > This is the idealized flow as I see it. Any comments? > > The Requestor: > Set up addresses in the request message for both: > reply to ->(#response) > delivery acknowledgement ->(#delivery_ack) a 'custom&#

RE: Basic question : Is message delivery acknowledgement by message receipient possible/supported?

2016-03-31 Thread Flores, Paul A.
roker - to decouple the requestor and responder, to store the requests if responder is not running etc. Jakub On Wed, Mar 30, 2016 at 10:04 PM, Flores, Paul A. wrote: > At client site. > > > > Is this possible? > > > > Producer: Requester Message: Reply to --> Broker:

Basic question : Is message delivery acknowledgement by message receipient possible/supported?

2016-03-30 Thread Flores, Paul A.
queue< Message- Consumer: Responder Client is curious id above 'anticipated flow' is possible. Overall goal is to emulate synchronous processing. Thanks for your inputs/thought/feedback it is all welcomed. Paul Flores

Messenger: Request Reply - Fundamental questions?

2016-03-23 Thread Flores, Paul A.
ndamental question; transitioning between the implied roles in a Request Reply scenario. Last fundamental question is whether blocking is sufficient to emulate synchronous call behavior? Thanks for any inputs, insight or comments! Paul Flores --

Question: Synchronous processing anyone?

2016-03-19 Thread Flores, Paul A.
here other "paths" to consider? Is anyone using either of these "paths" for synchronous processing? Insights, inputs and comments welcomed! Regards, Paul

QPID CPP .34: interop_tests failed - How to resolve?

2016-03-09 Thread Flores, Paul A.
I am seeing the following in the test log. Can anyone help me fix this? Do I delete the file listed in the error message? "interop_tests" start time: Mar 09 13:43 MST Output: -- Traceback (most recent call last): File "/home/pflores

RE: QPID CPP 0.34: Qpid Management Framework - CMake - path or missing file? HELP

2016-03-08 Thread Flores, Paul A.
__ From: Alan Conway [acon...@redhat.com] Sent: Tuesday, March 08, 2016 12:57 PM To: users@qpid.apache.org Subject: Re: QPID CPP 0.34: Qpid Management Framework - CMake - path or missing file? HELP On Mon, 2016-03-07 at 20:29 +0000, Flores, Paul A. wrote: > frustrating issue &

QPID JMS Test Hanging - How to resolve?

2016-03-08 Thread Flores, Paul A.
Performing testing at client site and seeing the following test hang. Running org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessagePropertyIntercepterTest Is there a known resolution?

RE: QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Flores, Paul A.
: Interop Test Failure? The tests try to pick an unused port, so 52652 is reasonable. > -Original Message- > From: Flores, Paul A. [mailto:paul.a.flo...@saic.com] > Sent: Tuesday, March 08, 2016 11:27 AM > To: users@qpid.apache.org > Subject: RE: QPID CPP 0.34: Interop Test

RE: QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Flores, Paul A.
Is the URL incorrect in this particular test? ConnectError: Connect failed to amqp:tcp:127.0.0.1:52652: Reconnect disabled Shouldn't the port be 5672 and not 52652? From: Gordon Sim [g...@redhat.com] Sent: Tuesday, March 08, 2016 10:22 AM To: users@qpid.a

QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Flores, Paul A.
How do I resolve the single failing test; interop_test? More so what does this test failure mean? Any help is appreciated!

RE: QPID CPP 0.34: Qpid Management Framework - CMake - path or missing file? Fixed

2016-03-08 Thread Flores, Paul A.
Path issues From: Flores, Paul A. [paul.a.flo...@saic.com] Sent: Monday, March 07, 2016 2:29 PM To: users@qpid.apache.org Subject: QPID CPP 0.34: Qpid Management Framework - CMake - path or missing file? HELP frustrating issue Any ideas

QPID CPP 0.34: Qpid Management Framework - CMake - path or missing file? HELP

2016-03-07 Thread Flores, Paul A.
frustrating issue Any ideas? -- Regenerating Qpid Management Framework sources Traceback (most recent call last): File "/home/pflores/Shop/qpid-cpp-0.34/managementgen/qmf-gen", line 23, in from qmfgen.schema import SchemaPackage, SchemaClass File "/home/pflores/Shop/qpid-cpp-0

RE: cmake issue qpid cpp 0.34 - any workarounds?

2016-03-07 Thread Flores, Paul A.
Turns out the issue was related to PYTHONPATH setting and was related to an earlier "ImportError: No module named site" From: Flores, Paul A. [paul.a.flo...@saic.com] Sent: Friday, March 04, 2016 5:17 PM To: users@qpid.apache.org Subject: cmake

cmake issue qpid cpp 0.34 - any workarounds?

2016-03-04 Thread Flores, Paul A.
Any workarounds? using cmake 2.8 -- Building Python bindings ImportError: No module named site CMake Error at bindings/qpid/python/CMakeLists.txt:50 (install): install FILES given no DESTINATION! CMake Error at bindings/qpid/python/CMakeLists.txt:56 (install): install TARGETS given no L

Any workaround to QPID-6924?

2016-03-04 Thread Flores, Paul A.
Seeing the following googled and found QPID-6924. Is there a work around to this issue? [ 56%] Building CXX object src/CMakeFiles/amqp.dir/qpid/broker/amqp/DataReader.cpp.o /home/pflores/Shop/qpid-cpp-0.34/src/qpid/broker/amqp/DataReader.cpp: In member function ‘void qpid::broker::amqp::Da

RE: General Question: Is there an implied order of installing QPID packages?

2016-03-04 Thread Flores, Paul A.
Allen, Thanks for the input. Would you happen to know if there is an update to the epel repository to point the latest and greatest QPID (AMQP 1.0) packages? Paul From: Alan Conway [acon...@redhat.com] Sent: Friday, March 04, 2016 9:40 AM To: users

RE: General Question: Is there an implied order of installing QPID packages?

2016-03-03 Thread Flores, Paul A.
guidance so that development environments are setup in a consistent and "standard" manner. At the very least so we can standup a standard VM image for our developer "on boarding" process. Regards, Paul From: Ted Ross [tr...@redhat.com] Sent

General Question: Is there an implied order of installing QPID packages?

2016-03-02 Thread Flores, Paul A.
Is there a order in which Qpid packages should be installed in? Proposed development environment to use C++ (Broker & Proton) and Java. Looking for guidance for getting developer RHEL 7 environments setup. Any suggestions/recommendations/insights are welcomed. Paul

RE: General Question: QPID Implementation of AMQP Type Notation

2016-03-01 Thread Flores, Paul A.
ssion of how we can standardize message format specification and creation. Thanks for your response. Paul From: Rob Godfrey [rob.j.godf...@gmail.com] Sent: Tuesday, March 01, 2016 9:43 AM To: users@qpid.apache.org Subject: Re: General Question: QPID Implementation o

General Question: QPID Implementation of AMQP Type Notation

2016-03-01 Thread Flores, Paul A.
Just a very general question. How does QPID support the Type Notation as described in Section 1.3 of AMQP OASIS standard? To what degree is it supported at this time? Thanks. Paul

RE: Gneral Question: Does QPID a message size limit?

2016-02-25 Thread Flores, Paul A.
configuration parameter. I know we've had people write systems that frequently sent persistent messages in the 5-20 MB range. I'll let others speak to any limitations in other Qpid components. -- Rob On 25 February 2016 at 23:13, Flores, Paul A. wrote: > At a client site working on the ado

Gneral Question: Does QPID a message size limit?

2016-02-25 Thread Flores, Paul A.
. Paul

General Question: Network Load Balanacing?

2016-02-25 Thread Flores, Paul A.
/ or the dispatcher in this context? If so can you please share your insights. Is there anything specific in this area someone can point me towards? Thanks your thoughts, insights, comments and inputs are welcomed. Paul

RE: Help -> QPID Proton 12.0 build error!

2016-02-25 Thread Flores, Paul A.
FYI: I am able to successfully compile qpid-proton0.11.1 with absolutely no issues /problems. From: Flores, Paul A. [paul.a.flo...@saic.com] Sent: Thursday, February 25, 2016 8:29 AM To: users@qpid.apache.org Subject: RE: Help -> QPID Proton 12.0 bu

RE: Help -> QPID Proton 12.0 build error!

2016-02-25 Thread Flores, Paul A.
issue or what could be related or any other area I should be examining? Thank you. Paul From: TRUFANOW Alexandre [alexandre.trufa...@murex.com] Sent: Thursday, February 25, 2016 4:08 AM To: users@qpid.apache.org Subject: Re: Help -> QPID Proton 12.0 bui

RE: Help with Dispatch Build "difficulties" - new issue

2016-02-24 Thread Flores, Paul A.
Resolved... A broken link. From: Flores, Paul A. [paul.a.flo...@saic.com] Sent: Wednesday, February 24, 2016 1:08 PM To: users@qpid.apache.org Subject: RE: Help with Dispatch Build "difficulties" - new issue Nuts! Thought I had 12.0 setup

RE: Help -> QPID Proton 12.0 build error!

2016-02-24 Thread Flores, Paul A.
t thread that seems similar, might get some hints from it: http://qpid.2158936.n2.nabble.com/Error-compiling-proton-C-binding-0-12-with-GCC-3-4-td7638637.html Robbie On 24 February 2016 at 20:49, Flores, Paul A. wrote: > Seeing the following error building during the 'make&q

Help -> QPID Proton 12.0 build error!

2016-02-24 Thread Flores, Paul A.
Seeing the following error building during the 'make" of qpid-proton-0.12.0. Assistance or insights would be helpful! [ 33%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/acceptor.cpp.o /home/pflores/shop/qpid-proton-0.12.0/proton-c/bindings/cpp/include/proton/

RE: Help with Dispatch Build "difficulties" - new issue

2016-02-24 Thread Flores, Paul A.
lp with Dispatch Build "difficulties" - new issue - Original Message - > From: "Paul A. Flores" > To: users@qpid.apache.org > Sent: Wednesday, February 24, 2016 1:24:16 PM > Subject: RE: Help with Dispatch Build "difficulties" - new issue > > K

RE: Help with Dispatch Build "difficulties" - new issue

2016-02-24 Thread Flores, Paul A.
Got 12.0 to correctly setup. Now more Dispatch tests do not work. Arrgh!!! From: Flores, Paul A. [paul.a.flo...@saic.com] Sent: Wednesday, February 24, 2016 12:24 PM To: users@qpid.apache.org Subject: RE: Help with Dispatch Build "difficulties&q

RE: Help with Dispatch Build "difficulties" - new issue

2016-02-24 Thread Flores, Paul A.
/*proton* /usr/lib64/libqpid-proton-cpp.so/usr/lib64/libqpid-proton-cpp.so.4.0.0 /usr/lib64/libqpid-proton.so.4 /usr/lib64/libqpid-proton-cpp.so.4 /usr/lib64/libqpid-proton.so /usr/lib64/libqpid-proton.so.4.0.0 Any ideas? Paul From: Ken

RE: Help with Dispatch Build "difficulties" - new issue

2016-02-24 Thread Flores, Paul A.
: users@qpid.apache.org Subject: Re: Help with Dispatch Build "difficulties" - new issue Hey Paul - sorry, my bad. Forgot about the proton python dependency for dispatch. Rather than trying to rebuild proton with BUILD_PYTHON=ON, you can try to simply install the pypi packages. Totall

RE: Help with Dispatch Build "difficulties" - new issue

2016-02-24 Thread Flores, Paul A.
Update: I did as Ken suggested and got a clean build. But when I go to run "ctest -W" I have a large number of test failing with the error "No module named proton" appearing in the LastTest.log. Any help/hints how to resolve this i

RE: Question: Broker behavorial difference between C++ and Java - will they change?

2016-02-23 Thread Flores, Paul A.
change? On 23 February 2016 at 18:27, Flores, Paul A. wrote: > In C++ I can create a queue on the broker > > > > In QPID JMS I have to rely on the broker to be configured prior to execution > > > > When will the Java side be more like the C++ side? > > > > Th

Question: Broker behavorial difference between C++ and Java - will they change?

2016-02-23 Thread Flores, Paul A.
In C++ I can create a queue on the broker In QPID JMS I have to rely on the broker to be configured prior to execution When will the Java side be more like the C++ side? Thanks. Paul

RE: QPID C++ broker and Java - One broker to "rule them all"

2016-02-16 Thread Flores, Paul A.
Steve, Exactly what I needed! Thank you! If we ever meet the first round is on me! Paul From: Steve Huston [shus...@riverace.com] Sent: Tuesday, February 16, 2016 3:34 PM To: users@qpid.apache.org Subject: RE: QPID C++ broker and Java - One broker to

RE: QPID C++ broker and Java - One broker to "rule them all"

2016-02-16 Thread Flores, Paul A.
QPID JMS utilizing the C++ Broker (qpidd)? Paul From: Steve Huston [shus...@riverace.com] Sent: Tuesday, February 16, 2016 3:07 PM To: users@qpid.apache.org Subject: RE: QPID C++ broker and Java - One broker to "rule them all" There's

RE: QPID C++ broker and Java - One broker to "rule them all"

2016-02-16 Thread Flores, Paul A.
s, it's highly likely that someone can help point you to at least one broker to do the job. -Steve > -Original Message----- > From: Flores, Paul A. [mailto:paul.a.flo...@saic.com] > Sent: Tuesday, February 16, 2016 1:06 PM > To: users@qpid.apache.org > Subject: QPID C++ br

QPID C++ broker and Java - One broker to "rule them all"

2016-02-16 Thread Flores, Paul A.
ns between servers. Questions are straightforward. How do I get both sides (backend and frontend) to use the same Broker? Is JNI the only option? Insights and comments are welcomed and appreciated. Paul p.s. I apologize for the "Lord of the Rings" reference in subject line.

  1   2   >