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]

Reply via email to