Hi all, I just downloaded and started using Qpid. My server is running fine. i tried running an example from the package org\apache\qpid\example\amqpexample\direct. This particular example has three files: DeclareQueue.java, DirectProducer.java and Listener.java. Even after add all the jar available in Qpid lib folder, my eclipse says, the constructor Connection() is not available. Instead it shows a constructor with 2 arguments. So at the line:
Connection con = new Connection(); I have a error. The IDE says to use constructor of the form Connection(Sender<ProtocolEvent> a,ConnectionDelegate a1). Can anybody help me out in this? Where do i find the latest java docs (release M3)? I am not able to compile the examples itself. Any help would be great. Thanks in advance, Abdel Olakara. http://technopaper.blogspot.com -- View this message in context: http://www.nabble.com/Trouble-running-example-application-in-M3-tp20227486p20227486.html Sent from the Qpid Developers mailing list archive at Nabble.com.