Re: Which types to use - org.apache.activemq namespace or javax.jms namespace

2009-03-18 Thread Postol
Sorry for that stupid question:) - it is clear now. Postol wrote: > > Hello All, > > maybe it is a stupid question, but I am little bit confused, which objects > should be used, when I am developing clients, which will communicate with > ActiveMQ broker. > > I am

Which types to use - org.apache.activemq namespace or javax.jms namespace

2009-03-17 Thread Postol
org.apache.activemq namespace have more members and methods that ones from javax.jms namespace. Is it correct and safe to use all types from org.apache.activemq namespace? Thanks and regards, Postol -- View this message in context: http://www.nabble.com/Which-types-to-use---org.apache.activemq

Best architecture for highest throughput with failover and reliability in place

2009-03-17 Thread Postol
peaks and all clients will be able to receive them imediatelly? Thanks in advance for any suggestion. Postol -- View this message in context: http://www.nabble.com/Best-architecture-for-highest-throughput-with-failover-and-reliability-in-place-tp22562821p22562821.html Sent from the ActiveMQ - User

Warnings during IKVM compilation of activemq-all-5.2.0.jar

2009-03-14 Thread Postol
that, but do not know the exact order in which separate jars should be compiled and referenced in final compilation. Thanks. Kind regards, Postol -- View this message in context: http://www.nabble.com/Warnings-during-IKVM-compilation-of-activemq-all-5.2.0.jar-tp22512344p22512344.html Sen

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

2008-11-22 Thread Postol
is possible via JMXConnectorFactory. And i wanna try it also because some people mentioned, that the performance is better. semog wrote: > > Hi Postol, > > I don't know of any attempts at getting the ActiveMQ broker to compile > into > .NET. That would be an i

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

2008-11-22 Thread Postol
... 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&quo

How to create .NET dll of ActiveMQ with IKVM

2008-11-18 Thread Postol
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