Re: Total Message Order of Queues (not topics) durring edge cases(crashes)

2009-08-06 Thread Rob Davies
Actually using an exclusive consumer is a great idea - also Message Groups - would work in a similar way too. cheers, Rob On 6 Aug 2009, at 23:37, jerdavis wrote: Thanks for your answer Rob, this is exactly what I was looking for. :) Total Ordering seems like such a fundamental thing for a P

Re: Total Message Order of Queues (not topics) durring edge cases(crashes)

2009-08-06 Thread jerdavis
Thanks for your answer Rob, this is exactly what I was looking for. :) Total Ordering seems like such a fundamental thing for a Persistent Queue. I'm surprised there hasn't been a solid answer to this question. Is there a standard way people get around this? Would an Exclusive Consumer guarantee T

Re: Securing the web console impossible?

2009-08-06 Thread magellings
Minor note. java -cp lib/jetty-6.1.9.jar:lib/jetty-util-6.1.9.jar org.mortbay.jetty.security.Password admin test The : needs to change to a ; in order for java to search both JAR archives. Otherwise you'll get a: java.lang.ClassNotFoundException: org.mortbay.jetty.security.Password Correct s

No advisory upon deletion of a topic?

2009-08-06 Thread andrey_petrov
I'm testing ActiveMQ-5.2.0 broker with default configuration running on i386 Linux under Java 6u15. It looks like an advisory message is not sent to ActiveMQ.Advisory.Topic after a dynamic topic is deleted, either through the Web interface or by calling removeTopic on JMX. I see that the removed t

Re: failover in C++ CMS

2009-08-06 Thread Timothy Bish
You could add some debug statements to the transportInterrupted and transportResumed methods in the ActiveMQConnection class. On Thu, 2009-08-06 at 05:18 -0700, Sodan wrote: > yes, but I want to debug out when it happens in the client. > > Søren > > > > rajdavies wrote: > > > > Have tried ki

HowTo: Easy Way To Develop ActiveMQ-CPP App on Linux

2009-08-06 Thread Peter . Neu
Hi, I'm struggling to to develop my own ActiveMQ-CPP app on linux because I don't have the same IDE support as on Windows. Does someone have a working example on how to extract one of the examples e.g. the SimpleProducer and make them work in a small build environment? The big makefiles are

Re: failover in C++ CMS

2009-08-06 Thread Sodan
yes, but I want to debug out when it happens in the client. Søren rajdavies wrote: > > Have tried killing/restarting the activemq broker ? > > On 6 Aug 2009, at 12:48, Sodan wrote: > >> >> 3.0.01 is now running, and we tried to do >> brake the connection, so the failover should kick in. >>

Re: failover in C++ CMS

2009-08-06 Thread Rob Davies
Have tried killing/restarting the activemq broker ? On 6 Aug 2009, at 12:48, Sodan wrote: 3.0.01 is now running, and we tried to do brake the connection, so the failover should kick in. Is there a way to debug out, when the failover happens? Søren Sodan wrote: oh, ok, still using 2.2.6.

Re: failover in C++ CMS

2009-08-06 Thread Sodan
3.0.01 is now running, and we tried to do brake the connection, so the failover should kick in. Is there a way to debug out, when the failover happens? Søren Sodan wrote: > > oh, ok, still using 2.2.6. Will change to 3.0. > > thanx, > Søren > > > > Timothy Bish wrote: >> >> On Sun, 2009-

Re: Duplex Network Connector and Firewalls

2009-08-06 Thread Rob Davies
correct! On 6 Aug 2009, at 12:19, Eric-AWL wrote: Ok. It's good news. If I correctly understood, with a duplex network connector, the same network connection (TCP for me) is used to send and receive all messages, synchronously and asynchronously on the two sides of the connection. And the

Re: Duplex Network Connector and Firewalls

2009-08-06 Thread Eric-AWL
Ok. It's good news. If I correctly understood, with a duplex network connector, the same network connection (TCP for me) is used to send and receive all messages, synchronously and asynchronously on the two sides of the connection. And there is no need of a "return" route to configure through the

Re: Duplex Network Connector and Firewalls

2009-08-06 Thread Rob Davies
On 6 Aug 2009, at 09:23, Eric-AWL wrote: Hi We developped a quite basic multicast gateway to be able to build networks of brokers beyond local networks limits. I would want to use duplex network connectors to be able to contact a distant network of broker and be able to receive an answer.

Re: link error CMS

2009-08-06 Thread Sodan
ok, found this on the forum: activemq::library::ActiveMQCPP::initializeLibrary(); now it works... that function I had missed. Søren Sodan wrote: > > took the project supplied along with 3.0.1 and it now links... donno > why... > > but when I run the app it says: > > No Matching Factory R

Re: link error CMS

2009-08-06 Thread Sodan
took the project supplied along with 3.0.1 and it now links... donno why... but when I run the app it says: No Matching Factory Registered for format := tcp FILE: ..\src\main\activemq\transport\TransportRegistry.cpp, LINE: 50 FILE: ..\src\main\activemq\core\ActiveMQConnectionFact

ActiveMQ throws error on console on Linux OS

2009-08-06 Thread SheetalK
ActiveMQ on Linux shows some error on console as follows: DEBUG log- EXCEPTION java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcher.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:21) at sun.n

Re: Make check fails when building activemq-cpp-2.2 on SUES 10

2009-08-06 Thread Peter . Neu
Hi Tim, I managed to build and run: test-integration/ simple_producer example for version 2.2 test-integration example for version 3.0.1 The simple_producer (version 3.0.1) freezes during runtime. I suppose it has something to do with the fact I couldn't run ./autogen.sh with t

Duplex Network Connector and Firewalls

2009-08-06 Thread Eric-AWL
Hi We developped a quite basic multicast gateway to be able to build networks of brokers beyond local networks limits. I would want to use duplex network connectors to be able to contact a distant network of broker and be able to receive an answer. I don't want to implement a local multicast ne

Re: link error CMS

2009-08-06 Thread Sodan
building of the library works fine, no problems. its when linking I get these 2 link errors... Søren Sodan wrote: > > after building the 3.0.1, then I get a link error when linking to my > project. > > 1>Linking... > > 1>libactivemq-cppd.lib(OpenWireFormat.obj) : error LNK2001: unresolved >