Yes, that's what I was looking for.

I've been working mainly with the proton code to port it to Windows, so I
haven't worked much with the qpid code yet, just to build the necessary
dlls, the qppid daemon, and Hello World client.

So I wasn't sure how to use the amqp dll.
I have the amqpd.dll (the amqp project is using amqpd by default)  compiled
in Windows and plan to try your instructions this morning.

Thanks again,
Mary Hinton

-----Original Message-----
From: Gordon Sim [mailto:[email protected]] 
Sent: Tuesday, December 04, 2012 5:45 AM
To: [email protected]
Subject: Re: PROTON - amqp 1.0 support

On 12/03/2012 10:13 PM, Mary Hinton wrote:
> After making some changes, I was able to get the Windows port of the 
> amqp project in QPID compiled, but I don't see any code that will 
> create an executable that will run using the code in this amqpd dll. 
> Can you point me in the right direction?

There are two pulgin modules produced, amqp.so and amqpc.so on linux so I
would guess amqp.dll and amqpc.dll on windows? The former is a broker
plugin, so you use the --load-module option or the --module-dir option to
select it for loading. The latter is a client module and you can either use
the client module directory or an environment variable QPID_LOAD_MODULE to
load it.

Does that help at all?


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected] For additional
commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to