Re: ActiveMq Admin console

2013-05-23 Thread Claus Ibsen
Hi Yes see http://hawt.io/ On Fri, May 24, 2013 at 8:01 AM, pp123 wrote: > Hi , > > I would like to know does any other open source admin console for ActiveMQ > exist ? > > regards , > Prashant > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMq-Admin-c

ActiveMq Admin console

2013-05-23 Thread pp123
Hi , I would like to know does any other open source admin console for ActiveMQ exist ? regards , Prashant -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-Admin-console-tp4667435.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: I do not receive the first message in my second consumer!

2013-05-23 Thread lrklx
thank you tabish. i changed the code Destination destination11 = session1.createQueue("test-out"); as Destination destination11 = new ActiveMQQueue("test-out?consumer.prefetchSize=0"); and it works good. thanks again. -- View this message in context: http://activemq.2283324.n4.nabble.com/

Re: Help with OpenWire C

2013-05-23 Thread Timothy Bish
On 05/23/2013 05:10 PM, Sean Beck wrote: does --prefix=/usr install it in the /usr directory? I moved everything into /usr/local/include and am reinstalling On Thu, May 23, 2013 at 3:06 PM, Timothy Bish wrote: On 05/23/2013 04:38 PM, Sean Beck wrote: Well I am using ./configure --with-acti

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
It worked now. All is good. Thanks for being so helpful Timothy! On Thu, May 23, 2013 at 3:10 PM, Sean Beck wrote: > does --prefix=/usr install it in the /usr directory? I moved everything > into /usr/local/include and am reinstalling > > > On Thu, May 23, 2013 at 3:06 PM, Timothy Bish wrote:

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
does --prefix=/usr install it in the /usr directory? I moved everything into /usr/local/include and am reinstalling On Thu, May 23, 2013 at 3:06 PM, Timothy Bish wrote: > On 05/23/2013 04:38 PM, Sean Beck wrote: > >> Well I am using ./configure >> --with-activemqcpp=~/activemq-**cpp/activemq-cp

Re: Help with OpenWire C

2013-05-23 Thread Timothy Bish
On 05/23/2013 04:38 PM, Sean Beck wrote: Well I am using ./configure --with-activemqcpp=~/activemq-cpp/activemq-cpp/activemqcpp-config to run configuration and it is complaining that the flag is incorrect (must specify install prefix, build directory, or activemqcpp-config file). I am giving it a

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
OK I fixed it by replacing ~/ with /root/ Now it won't make...just one thing after another! Do you actually use FuseMQ? On Thu, May 23, 2013 at 2:38 PM, Sean Beck wrote: > Well I am using ./configure > --with-activemqcpp=~/activemq-cpp/activemq-cpp/activemqcpp-config to run > configuration

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
Well I am using ./configure --with-activemqcpp=~/activemq-cpp/activemq-cpp/activemqcpp-config to run configuration and it is complaining that the flag is incorrect (must specify install prefix, build directory, or activemqcpp-config file). I am giving it a legitimate config file but it still is com

Re: Help with OpenWire C

2013-05-23 Thread Timothy Bish
On 05/23/2013 04:16 PM, Sean Beck wrote: OK that did it. ActiveMQ-CPP is now installed. Now I'm trying to install FuseMQ and it keeps saying ActiveMQ-CPP isn't installed. Should I give the directory I unpacked activemq-cpp to with --with-activemqcpp? On Thu, May 23, 2013 at 1:52 PM, Sean Beck

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
OK that did it. ActiveMQ-CPP is now installed. Now I'm trying to install FuseMQ and it keeps saying ActiveMQ-CPP isn't installed. Should I give the directory I unpacked activemq-cpp to with --with-activemqcpp? On Thu, May 23, 2013 at 1:52 PM, Sean Beck wrote: > Just reran configure and did a ma

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
Just reran configure and did a make clean. Making again now. OS is CentOS 6.4 On Thu, May 23, 2013 at 1:48 PM, Timothy Bish wrote: > On 05/23/2013 03:38 PM, Sean Beck wrote: > >> My version is 1.0.0. I installed openssl-devel and it fixed that problem >> but now it's a different issue: >> >> .

Re: Help with OpenWire C

2013-05-23 Thread Timothy Bish
On 05/23/2013 03:38 PM, Sean Beck wrote: My version is 1.0.0. I installed openssl-devel and it fixed that problem but now it's a different issue: ../main/.libs/libactivemq-cpp.so: undefined reference to `ERR_error_string_n' ../main/.libs/libactivemq-cpp.so: undefined reference to `X509V3_EXT_get

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
My version is 1.0.0. I installed openssl-devel and it fixed that problem but now it's a different issue: ../main/.libs/libactivemq-cpp.so: undefined reference to `ERR_error_string_n' ../main/.libs/libactivemq-cpp.so: undefined reference to `X509V3_EXT_get' ../main/.libs/libactivemq-cpp.so: undefin

Re: Help with OpenWire C

2013-05-23 Thread Timothy Bish
On 05/23/2013 03:26 PM, Sean Beck wrote: Now it won't compile because it can't find OpenSSL files, but I have OpenSSL installed: decaf/internal/net/ssl/openssl/OpenSSLContextSpi.cpp:42:25: error: openssl/ssl.h: No such file or directory decaf/internal/net/ssl/openssl/OpenSSLContextSpi.cpp:43:25:

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
Now it won't compile because it can't find OpenSSL files, but I have OpenSSL installed: decaf/internal/net/ssl/openssl/OpenSSLContextSpi.cpp:42:25: error: openssl/ssl.h: No such file or directory decaf/internal/net/ssl/openssl/OpenSSLContextSpi.cpp:43:25: error: openssl/evp.h: No such file or dire

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
I downloaded the svn copy of the trunk so hopefully that will take care of it. Thanks for being so helpful! On Thu, May 23, 2013 at 1:00 PM, Timothy Bish wrote: > On 05/23/2013 02:56 PM, Sean Beck wrote: > >> While installing ActiveMQ-CPP it terminated because of an error: >> >> activemq/state/

Re: Help with OpenWire C

2013-05-23 Thread Timothy Bish
On 05/23/2013 02:56 PM, Sean Beck wrote: While installing ActiveMQ-CPP it terminated because of an error: activemq/state/ConnectionStateTracker.cpp: In constructor ‘activemq::state::MessageCache::MessageCache(activemq::state::ConnectionStateTracker*)’: activemq/state/ConnectionStateTracker.cpp:6

Re: Help with OpenWire C

2013-05-23 Thread Sean Beck
While installing ActiveMQ-CPP it terminated because of an error: activemq/state/ConnectionStateTracker.cpp: In constructor ‘activemq::state::MessageCache::MessageCache(activemq::state::ConnectionStateTracker*)’: activemq/state/ConnectionStateTracker.cpp:61: error: class ‘activemq::state::MessageCa

Re: Help with OpenWire C

2013-05-23 Thread Timothy Bish
On 05/23/2013 02:15 PM, Sean Beck wrote: I am new to ActiveMQ and am trying to use it with some C programs I am working on. I was unable to find a download link for the source, so I just copy-pasted the files one-by-one from the svn repo. Also, is there some sort of installation process I need t

Help with OpenWire C

2013-05-23 Thread Sean Beck
I am new to ActiveMQ and am trying to use it with some C programs I am working on. I was unable to find a download link for the source, so I just copy-pasted the files one-by-one from the svn repo. Also, is there some sort of installation process I need to do in order to use this source? Or do I h

Re: Configuring Memory Limit per Group of Queues

2013-05-23 Thread Christian Posta
Doesn't exist as a config options right now, but we could look into adding it. Can you open a jira for it? To achieve what you're looking for at the moment, you might have to partition your queue groups among separate brokers. Not sure what your use case is, or how feasible that is for you. On W

Re: How does JMS/STOMP queue map to MQTT

2013-05-23 Thread Christian Posta
MQTT protocol in activemq will only deal with topics, no queues. Were you hoping to have an mqtt client subscribe to a queue? On Wed, May 22, 2013 at 4:38 PM, Paddy Carman wrote: > Hi > I have been using STOMP to connect to ActiveMQ from my non-mobile > clients. I have been using topics as

Re: How to get current consumer list when I send a message.

2013-05-23 Thread Christian Posta
Not sure what you mean by "advisory topic for expired messages doesn't seem to provide subscription info"... Were you expecting message to be expired or go to DLQ? Did you check out ActiveMQ.Advisory.Consumer.Topic ?to see when consumers come and go? On Thu, May 23, 2013 at 12:53 AM, 허호영(Hoyeong

Re: Java, Stomp, & Web Sockets

2013-05-23 Thread Christian Posta
I haven't tried it, but I imagine STOMP would work quite well. I mean, android uses HTTP browsers :) MQTT is a good option too if you must save on the bandwidth. Guess your app still has to deal with network connectivity issues Depending on how many producers/consumers you have on the app, I w

Re: Re:Re: Re:about blobmessage

2013-05-23 Thread Christian Posta
Why does this need to be a messaging solution? On Thu, May 23, 2013 at 12:47 AM, luodaidong wrote: > I am newer for ActiveMQ, I use following code for streaming file.but every > time the receiver just receive 768K, and then stop there. But the sender is > still send data. I don't know why? I al

RE: How to get current consumer list when I send a message.

2013-05-23 Thread Hoyeong Heo
Hello dear Christian, I checked some advisory topics and some BrokerFilter (interceptor plugin) methods. However, I found that advisory topic for expired message doesn't seem to provide any subscription info but message info (Producer) ,and messageExpired() method got just null (empty) subscript

Re: Re:Re: Re:about blobmessage

2013-05-23 Thread luodaidong
I am newer for ActiveMQ, I use following code for streaming file.but every time the receiver just receive 768K, and then stop there. But the sender is still send data. I don't know why? I also saw someone discuss large file with ActiveMQ, He said use BlobMessage was better than Streams,But BlobMess

Re:Re: Re:about blobmessage

2013-05-23 Thread SuoNayi
I do not think when using JMS Streams consumers can get stuck/hung is the expected behavior. When the issue happens you may post the thread stack of your application so someone can help you. At 2013-05-23 14:54:54,luodaidong wrote: >but stream is not easy for using,sometime the receiver may