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 ... extracted to folder C:\Users\postol\Desktop\Work\Tools\apache-activemq-5.2.0 2) Downloaded ikvm-0.36.0.11 3) Run cmd from \ikvm-0.36.0.11\bin folder 4) Run command ikvmc.exe -target:library -out:activemq-client.dll "C:\Users\postol\Desktop\Work\Tools\apache-activemq-5.2.0\activemq-all-5.2.0.jar" Please see attached output, which I get during the conversion. I hope you could help me:). Thanks and regards, Postol http://www.nabble.com/file/p20636179/output.txt output.txt user939393 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 will also need to reference IKVM.OpenJDK.ClassLibrary.dll, > IKVM.Runtime.dll, and JVM.dll. > > I have found that this performs way better than NMS and you have access to > the full JMS API. > > > > > Postol wrote: >> >> Hi all, >> >> i want to ask if there is someone, who successfully converted ActiveMQ to >> .NET libraries with IKVM, so he is able to use all functionality of >> ActiveMQ from C#. I know that there is NMS, but not all stuff is >> supported there, so i hope there will be someone, who tried it and was >> successfull with conversion. >> >> I have just tried to convert it, but received a lot of exceptions about >> missing classes and do not know the reason and how to resolve it... >> >> Can someone post step by step instructions how to make the conversion? >> >> Any help will be appreciated. >> >> Thanks in advance. >> >> Postol >> > > -- View this message in context: http://www.nabble.com/How-to-create-.NET-dll-of-ActiveMQ-with-IKVM-tp20572060p20636179.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.