Re: NMS: IConnection IsStarted property

2008-05-21 Thread Oleg Deribas
Hello, Rob Davies wrote: Should I put that in jira? Yes Please! Done: https://issues.apache.org/activemq/browse/AMQNET-86 -- Oleg

Re: NMS: IConnection IsStarted property

2008-05-20 Thread Oleg Deribas
Hello, Should I put that in jira? Hiram Chirino wrote: Sounds like a reasonable request. On Mon, May 19, 2008 at 8:43 PM, Oleg Deribas [EMAIL PROTECTED] wrote: Hello, Is there any reason why IConnection interface doesn't have IsStarted property? So it is not possible now to determine

Re: ANN: free administration GUI for message brokers

2008-05-19 Thread Oleg Deribas
mjustin wrote: The first prototype of BetaMQ has been built using Habari Client libraries for Delphi for xmlBlaster and Amazon SQS which will be released in the second and third quarter of 2008. The Habari ActiveMQ Client library is already available and has been used successfully in

NMS: IConnection IsStarted property

2008-05-19 Thread Oleg Deribas
Hello, Is there any reason why IConnection interface doesn't have IsStarted property? So it is not possible now to determine if connection was already established in implementation-independent way. -- Oleg

Re: How can I monitor the connection with the broker through .Net client.

2008-04-02 Thread Oleg Deribas
MohitR wrote: I am very new to ActiveMQ. I need to monitor the connection with the broker through .Net Client C#. I'm not pretty sure what do you mean by monitoring the connection? -- Oleg

Re: Java to .NET using NMS

2008-04-01 Thread Oleg Deribas
battand wrote: Check out the top 4 links on this page. http://remark.wordpress.com/articles/ Great articles. They are worth a link from NMS page. -- Oleg

Re: Java to .NET using NMS

2008-03-30 Thread Oleg Deribas
Andrew M wrote: It looks from this page: http://activemq.apache.org/nms.html like NMS allows openwire to talk to .NET languages. Are there any examples of that? Here is example: http://activemq.apache.org/nms/nms.html But it looks like this page is not linked from NMS's main page... --

Re: NMS: How to avoid receiving my own messages?

2008-02-21 Thread Oleg Deribas
Hello, ttmdev wrote: There is a consumer option called 'noLocal' (e.g., TEST.Q?consumer.noLocal=true). When set to ‘true’, it prohibits delivery of messages produced on the same connection. Thanks Joe, it helps. I just missed overloaded CreateConsumer session' method which has noLocal

NMS: How to avoid receiving my own messages?

2008-02-20 Thread Oleg Deribas
Hello, I'm connecting to ActiveMQ 5.0 with the latest SVN version of NMS client. I have one connection with session opened and message consumer listening to the topic. When I'm sending messages to this topic, consumer is receiving these messages. Is it possible to avoid receiving messages

Re: C# NMS questions.

2008-02-19 Thread Oleg Deribas
[EMAIL PROTECTED] wrote: Ideally, I would like to alert the user when the broker/connection goes down, and when it comes back up. Have you tried to test this scenario? I believe you should get some exception when connection is broken. -- Oleg

Re: ActiveMQ 5: install as windows service does not work

2008-01-20 Thread Oleg Deribas
ander.b wrote: I'm trying to setup ActiveMQ 5 as a windows service. The service is created successfully but immediately shuts down after being started. I've had the same results but did not have time to investigate further. -- Oleg

Running ActiveMQ broker on x64

2008-01-15 Thread Oleg Deribas
Hello, I'm trying to run ActiveMQ 5.0 on the win2003 x64 with Sun Java x64. It seems that it has no problems running as application, but can't run as service? Can I do something with that? -- Oleg

Re: Using ActiveMQ with C System

2007-08-12 Thread Oleg Deribas
Hello, Dinesh Premalal said the following on 11.08.2007 22:21: Did you tried to use stomp C client? http://stomp.codehaus.org/C I was able to get it up running on Linux :) , many thanks for the pointer. Could you please describe how do you do it? Here or somewhere in your blog - just

Re: Using ActiveMQ with C System

2007-08-10 Thread Oleg Deribas
Hello, Dinesh Premalal said the following on 10.08.2007 17:03: I have a system written in C, I want to publish my messages to ActiveMQ server. What is the most recommended way? BTW, I have tried almost all the C options given in the activemq site, but none of them work for me. Did

Re: NMS: Get list of topics

2007-06-19 Thread Oleg Deribas
Hello, James Strachan said the following on 07.06.2007 9:17: Though we welcome patches :) http://activemq.apache.org/contributing.html BTW there are two issues with trivial patches still open: https://issues.apache.org/activemq/browse/AMQNET-44

Building ActiveMQ CPP on openSUSE 10.2 x86_64

2007-06-12 Thread Oleg Deribas
I'm trying to build ActiveMQ CPP 2.01 on openSUSE 10.2 x86_64 box according to http://activemq.apache.org/cms/building.html I have the following versions of needed software: opensuse102rpm -q autoconf automake libtool cppunit autoconf-2.60-21 automake-1.9.6-35 libtool-1.5.22-34

Re: Building ActiveMQ CPP on openSUSE 10.2 x86_64

2007-06-12 Thread Oleg Deribas
Hello, Oleg Deribas said the following on 12.06.2007 14:12: It seems that I found workaround for this problem. But when I'm run ./autogen.sh I see the following error: I've noticed there was warning message regarding AM_PATH_CPPUNIT macro shown before error message. So I just commented out

Re: Building ActiveMQ CPP on openSUSE 10.2 x86_64

2007-06-12 Thread Oleg Deribas
Hello, Albert Strasheim said the following on 12.06.2007 15:25: I've noticed there was warning message regarding AM_PATH_CPPUNIT macro shown before error message. So I just commented out line containing AM_PATH_CPPUNIT in configure.ac file. And it fixed the problem. The macro might become

Monitor ActiveMQ from the remote host

2007-06-01 Thread Oleg Deribas
Hello, I'm trying to connect using jconsole to ActiveMQ instance running on the remote host according to this: http://activemq.apache.org/how-can-i-monitor-activemq.html When I'm connecting from localhost it works. But when I'm replacing localhost with remote host name, like this:

Re: Monitor ActiveMQ from the remote host

2007-06-01 Thread Oleg Deribas
Hello, Albert Strasheim said the following on 01.06.2007 14:31: http://java.sun.com/javase/6/docs/technotes/guides/management/faq.html A common problem is this one (number 5 on the FAQ): Thanks, Albert. It was right guess and I've fixed it according to the FAQ. -- Oleg

Re: When will 4.2 become stable ?

2007-05-25 Thread Oleg Deribas
Hello, James Strachan said the following on 25.04.2007 14:15: Yeah - thats just a rename really as 4.2 is not backwards compatible with 4.1 clients in OpenWire (its a new OpenWire version) and along with the move to Java 5, the 4.2 release will be renamed 5.0 I think James, does it mean that

Re: Assembly not having Strong name.

2007-04-17 Thread Oleg Deribas
Hello, Hiram Chirino said the following on 17.04.2007 17:55: What does that mean? How does an assembly get strongly named? There is good explanation here: http://www.codeproject.com/dotnet/StrongNameExplained.asp -- Oleg