HTTP/HTTPS transport via HTTP proxy: squid et al. WRT firewalls

2007-08-09 Thread classacts
Hello, I have been experimenting with the various transport layers and I'm happy how they perform quite well. Going a bit further with the transports and connectivity on disparate networks and their various policies, we have a definite need to tunnel our protocol via HTTP/HTTPS to get around

Re: Suggest writing a book about AMQ

2007-08-09 Thread Dingwen Yuan
I suggest divide and conquer. The book could be divided into several chapters, each of which deals with a component of AMQ. And volunteers could take one or two chapters and focus on it. 2007/8/9, James Strachan <[EMAIL PROTECTED]>: > > I think its a great idea! We just need some volunteers to he

Re: Messages getting "stuck" in network of brokers configuration, Kaha.

2007-08-09 Thread Mario Siegenthaler
Yes, this is very annoying in some situations where you depend onto this numbers. How hard / expensive (performance wise) would it be to add an configuration flag so the numbers are actually fetched from the message store instead of 'just' being the difference of (messages sent)-(messages consumed)

Re: Persistence Adaptor MBean

2007-08-09 Thread Mario Siegenthaler
The default JDBCPersistenceAdapter has access to the BrokerService. The broker service exposes the ManagementContext that contains a getMBeanServer-method. So you get easy access to the MBean-Server. Just register your JMX-Bean there. Example: // just to illustrate.. MyPersistenceA

Re: Socket Woes

2007-08-09 Thread Tom Samplonius
- "cronos" <[EMAIL PROTECTED]> wrote: ... > Envirnoment > == > > Activemq 4.1.1 (binary) > Stomp php > J2SE 5.0 update 8 > Cent OS 4 - version 20060930 ... There are known bugs in Stomp in 4.1.1. And there were some issues with sockets not being cleaned up properly. I would r

Re: Messages getting "stuck" in network of brokers configuration, Kaha.

2007-08-09 Thread Tom Samplonius
- "eta" <[EMAIL PROTECTED]> wrote: ... > I decided to start restart both brokers & all clients. After doing > so, I'm > now looking at my QueueSize in broker #1 and it's showing -1000 > messages! ... This sounds like a known bug in ActiveMQ: ActiveMQ is unable to determine the number of

Persistence Adaptor MBean

2007-08-09 Thread Anthrope
Hello, I have a custom persistence adaptor that uses Berkeley DB, and would like to expose the message store as an MBean, since I am collecting stats like average message size, etc. and would rather have those queried via JMX than to log them to log4j. Any idea how I could expose either the pe

Re: TransportConnector start and stop

2007-08-09 Thread Vadim Pesochinsky
Did you guys decide to retire after the acquisition? If so, I will want commit permission. Kinda stack here. - Vadim. -- View this message in context: http://www.nabble.com/TransportConnector-start-and-stop-tf4231423s2354.html#a12077158 Sent from the ActiveMQ - User mailing list archive at Nabb

Re: Problem using ActiveMQ

2007-08-09 Thread denez
the execution doesn't stop ! i place a breakpoint after created the session but never have nothing. I made some effort all the day to try working with ActiveMQ. But without any success for the moment. Have a very basic example that i could try ? Thanks in advance Mario. Regards, Denez Mario Si

Re: web console in 4.1.1

2007-08-09 Thread Mario Siegenthaler
On 8/9/07, keneida <[EMAIL PROTECTED]> wrote: > is it possible to set persistance to oracle in web console's emedded broker? > when i try to do it i get: Yes it's possible, you can change the activemq.xml in the WEB-INF of the war to whatever configuration you like. > Exception processing TLD ME

Re: Problem using ActiveMQ

2007-08-09 Thread Mario Siegenthaler
If there are no exception thrown (I think you changed the sample code to actually do something with the catched exceptions) and the code is actually executed then the message must've been sent. How do you check for the message? Does "the session never be created" imply that the execution just stops

Proucer Hanging.... cause - syncSendPacket

2007-08-09 Thread manishbel
Hello I am using ActiveMQ4.1.1 and running the Master/Slave Setup and to test it i run the receivers in my clustered environment and the producer on my local machine when i bring the Master down my producer sometimes hangs. I also have a TransportListener that is not getting notified. Here

BlobMessage doesn't work...

2007-08-09 Thread Viali.Lee
I download the ActiveMQ 5.0-SNAPSHOT and unzip it, then run /bin/activemq.bat. After that, I wrote a Producer and Consumer to test the BlobMessage feature of ActiveMQ 5.0-SNAPSHOT, but failed!!! Producer.java: import java.io.File; import javax.jms.*; import org.apache.activemq.*; public class P

Re: Suggest writing a book about AMQ

2007-08-09 Thread James Strachan
I think its a great idea! We just need some volunteers to help write the book who've got the time :) On 8/9/07, Suchitha Koneru (sukoneru) <[EMAIL PROTECTED]> wrote: > Yes , I think it is good idea, because we will have all the > configuration details organized at one place. This book has to be ke

Re: Stomp & temp-topic

2007-08-09 Thread igor_b
... I guess I'll need to implement messaging without temp-queue/topic. Does somebody know when is it expected for STOMP to support temp-queues/topics? Kind Regards. -- View this message in context: http://www.nabble.com/Stomp---temp-topic-tf4234614s2354.html#a12069878 Sent from the ActiveMQ -

Re: web console in 4.1.1

2007-08-09 Thread keneida
is it possible to set persistance to oracle in web console's emedded broker? when i try to do it i get: Exception processing TLD META-INF/sitemesh-page.tld in JAR at resource path /opt/tomcat6/webapps/activemq-web-console/WEB-INF/lib/sitemesh-2.2.1.jar -- View this message in context: http://w

web console - general question

2007-08-09 Thread keneida
If WC starts embedded broker why not use it as a main one instead part of network brokers? Than we can have simple war which is easier to deploy - f.e. for some users who have rights to manage tomcat but not to manage the system. Does running in tomcat have big impact for max amount of RAM which c

RE: Suggest writing a book about AMQ

2007-08-09 Thread Suchitha Koneru \(sukoneru\)
Yes , I think it is good idea, because we will have all the configuration details organized at one place. This book has to be kept up to date as and when new versions of active mq are released. -Original Message- From: Dingwen Yuan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 20

Suggest writing a book about AMQ

2007-08-09 Thread Dingwen Yuan
Hi folks, ActiveMQ is now becoming more and more astonishing. I suggest some developers could write a book about it. Because the design and implementation details about AMQ are relative scarse and scattered everywhere, it will be ideal to have a book to summarize all the design issues and thus

Re: Problem using ActiveMQ

2007-08-09 Thread denez
Hi Mario, First, thanks for your reply. I just try to run the so simple example that is in the website that i mentionned. After, if it's possible i will try to embedded the activeMQ to Tomcat. But for the moment, the session never be created but i have a connection. I can't understand what happen