Pooled connection in Camel SE environment. consumer come and go.

2010-01-28 Thread uprooter
Hello. I'm trying to figure out how to configure my Java SE process to use a pool of connections to a broker. I have many producers pushing messages to a single queue, and camel routes in seperate java SE instance for processing them. I've read the documentation about flow control and dispatching

HTTP transport + Streaming

2010-01-28 Thread uprooter
Hello. I know I'm getting away from JMS but since Streaming is supported and HTTP transport is also available I'd like to know if it's possible or have anyone tried using Streaming via HTTP? The advantage is huge as HTTP transport is sometimes the only way to do NAT traversal. At the same time I'

Re: HTTP Broker Transport Holding Dead Connections

2010-01-27 Thread uprooter
Well it's been quite a long time and this is still an issue. Is there any progress going on with this I'm having lots of problems with HTTP transport and this is one of them. TimDog wrote: > > > Actually for a broker connection, RegionBroker is the class that's > refusing to allow the connecti

Re: Request-response without clock sync

2010-01-14 Thread uprooter
Hello and thanks. TimeStampPlugin seems to be exactly what I'm looking for. Unfortunately it doesn't work. I still get messages only when time is synced. I added the timeStampingBrokerPlugin directive in activemq.xml under .. Do I have to do anything else but that? How can I track that down

Request-response without clock sync

2010-01-12 Thread uprooter
Hello. I have issue where I can't assure time synchronization between the broker and the clients. I'm using request response and all of my messages are lost if the client time is ahead of the broker time. What would be the right way of soving this problem if I still want to use request-response.

Pausing producer with ACKS.

2009-06-09 Thread uprooter
Hello. I'm new to ActiveMQ and I'm confused by the JMS Spec and the way it's implemented bt AMQ. I have both consumer and producer session created with Session.CLIENT_ACKNOWLEDGE. I want to pause message flow from the producer until messages are consumed by a consumer. I don't want to use persist

Are there any Management solutions for AMQ.

2009-02-05 Thread uprooter
Generally speaking: I want to control a bunch of brokers from a central broker using JMS. When I say control I mean things like allow/disallow new sessions. dropping existing sessions. shutting down the broker remotely. and query the broker for it's status. I My very simple approach is to write an

ObjectMessage to .NET clients?

2009-01-05 Thread uprooter
Hello. Fix me if I'm wrong but ObjectMessage can hold any kind of object that implements Serialiazable. The API says "Only Serializable Java objects can be used". Does that means that I can't pass objects from java to .net client and vice versa with ActiveMQ? I've tried that and I get null body in

REST WSDL/WADL

2009-01-05 Thread uprooter
Hello. I'm trying to pass complex types from .NET clients to java clients with AMQ. I'm using XSD to generate the complex types in both java and .NET. I tried to pass my complex types inside ObjectMessage but the .NET client was unable to read them properly. After coming across NMS ObjectMessage