Re: How to create .NET dll of ActiveMQ with IKVM

2009-02-07 Thread ronniehuo
HI,i get the same warning as you,but it work fine. Postol wrote: > > Hello, > > thanks for your reply. When i tried to run the command you mentioned, I > still get the missing class warnings. Output library is created, but I am > not sure if it is OK, because of warnings. > > Here are my step

Re: How to create .NET dll of ActiveMQ with IKVM

2009-01-30 Thread Jim Gomes
As an update to this item, the latest version of NMS 1.1 has the ability to programmatically delete destinations (queues and topics). On Tue, Nov 25, 2008 at 2:28 PM, Jim Gomes wrote: > You are welcome to add those missing features as enhancement requests > in the AMQNET JIRA database so they ge

Re: How to create .NET dll of ActiveMQ with IKVM

2008-11-25 Thread Jim Gomes
You are welcome to add those missing features as enhancement requests in the AMQNET JIRA database so they get added to a future version of NMS. The NMS client is coming along nicely. If you have suggestions on how to make it work better, they would be appreciated. Best, Jim On 11/22/08, Postol

Re: How to create .NET dll of ActiveMQ with IKVM

2008-11-22 Thread Postol
Hello Jim, the most important feature which I am missing is deleting queues and topics programatically. I need it in my case scenario, where I am using a Client-Server architecture and each client creates a queue (for requests) and temporary queue (for responses) when connecting to Server. It is

Re: How to create .NET dll of ActiveMQ with IKVM

2008-11-22 Thread Postol
Hello, thanks for your reply. When i tried to run the command you mentioned, I still get the missing class warnings. Output library is created, but I am not sure if it is OK, because of warnings. Here are my steps for converting. 1) Downloaded ActiveMQ 5.1.2 - latest stable release ... extracte

Re: How to create .NET dll of ActiveMQ with IKVM

2008-11-21 Thread Bryan Murphy
On Thu, Nov 20, 2008 at 11:18 AM, user939393 <[EMAIL PROTECTED]> wrote: > > I have and it works great. > > This command will create the dll that you need. > ikvmc.exe -target:library -out:activemq-client.dll "C:\Program > Files\Apache\apache-activemq-5.1.0\activemq-all-5.1.0.jar" > > Your project w

Re: How to create .NET dll of ActiveMQ with IKVM

2008-11-20 Thread user939393
I have and it works great. This command will create the dll that you need. ikvmc.exe -target:library -out:activemq-client.dll "C:\Program Files\Apache\apache-activemq-5.1.0\activemq-all-5.1.0.jar" Your project will also need to reference IKVM.OpenJDK.ClassLibrary.dll, IKVM.Runtime.dll, and JVM.d

Re: How to create .NET dll of ActiveMQ with IKVM

2008-11-19 Thread Jim Gomes
Hi Postol, I don't know of any attempts at getting the ActiveMQ broker to compile into .NET. That would be an interesting task, though. What in particular is missing from NMS that you need/want to use? - Jim On Tue, Nov 18, 2008 at 5:19 PM, Postol <[EMAIL PROTECTED]> wrote: > > Hi all, > > i