We have similar problem with ActiveMQ 5.2 and Spring 2.5.6. I found the issue
in Spring JIRA
http://jira.springframework.org/browse/SPR-5110 ,
http://jira.springframework.org/browse/SPR-5098
that seems to be related to this one. May be one of developers takes the
look at it...
Thanks.
Bill Schu
thanks for your reply,the message that i want to send to clients is
different,that is to say
i want to tell one client a message.if i have only one topic ,every
client must jude the message weather is sent to himself. do you have
good idea?
On Fri, Jul 24, 2009 at 10:59 AM, gui pei wrote:
> I th
I think you should use one topic, otherwise, your procedure have to send one
message for 500 times to each topic.
On Thu, Jul 23, 2009 at 6:07 PM, 田忠磊 wrote:
> hi,
> i am desgining a system base active mq 5.0.now i am puzzled,i have
> more 500 clients to connect to active mq.
> and i will sen
On Wed, Jul 22, 2009 at 10:20 AM, Rob Davies wrote:
> ooh - ok - I think we need to adjust something ;)
> On 22 Jul 2009, at 16:54, Dan Tran wrote:
>
>>
>>
>>
>> is it better if it is at DEBUG level? Or it really mean we must to adjust
>> the memory accordingly. otherwise the log file will be full
On Fri, Jul 17, 2009 at 7:38 AM, Gary Tully wrote:
> I guess it should be consistent with what TcpTransportServer does when
> binding to a broker Url.
> There is an open discussion in
> http://issues.apache.org/activemq/browse/AMQ-2094 and I think the
> upshot of that is to do the minimum interpret
On Thu, Jul 23, 2009 at 3:28 PM, Wxman wrote:
>
> Hi,
>
> My app receives messages that are persisted in the ActiveMQ message store.
> This is good except I want to have some control over how many back messages
> my app receives. Any messages older than a specific time are useless. I
> want Activ
Hi,
My app receives messages that are persisted in the ActiveMQ message store.
This is good except I want to have some control over how many back messages
my app receives. Any messages older than a specific time are useless. I
want ActiveMQ to deliver only the messages since a specific time.
I am trying to access FUSE Message Broker from a C# client application. I am
also using the Apache.Nms library to help me out with that.
I've configured the broker by adding the following to the activemq.xml file:
http://localhost:8080"; />
But I am unable to connect to the broker and receive a
Hi Dejan,
We are implementing request-reply strategy for synchronous communication and
so we create temporary queue and wait on it for the reply.
The actual problem is that the producer is able to send the messages to the
broker but the broker is not dispatching it to the listener (even though i
Hi,
I'm not really sure what your problem is. This code you sent just shows the
producer that sends a message to the queue and expects the message from the
other temporary queue. Is problem in receiving the message from this temp
queue? Or do you have problems receiving messages sent from this pro
Thank you for the clarification Gary, Now as a consequence of that, does that
mean that this memory will be being GC'ed as the proccess goes, and if so is
there a best configuration that I could run of the GC to maximize
performance?
Thank you.
Gary Tully wrote:
>
> the middle one:
> Allocate
hi,
i am desgining a system base active mq 5.0.now i am puzzled,i have
more 500 clients to connect to active mq.
and i will send message to clients activemq . now i want to know, i
should create 500 topics , or i create one topic and make 500 clients
to subscribe the topic ,when Producer send a
When i change the OperationContract of my service operation to IsOneWay=true,
i now get this exception:
The CustomBinding on the ServiceEndpoint with contract 'IService1' lacks a
TransportBindingElement. Every binding must have at least one binding
element that derives from TransportBindingEleme
the middle one:
Allocate and Deallocate this space as needed to the limit I set
2009/7/22 yesnid
>
> Hello All,
>
> I am trying to configure my broker and have run into a question, if my
> broker is set to allow "5mb" queues, does it allocate 5 megs of space per
> queue that is created as they a
I am using jboss-5.1.0.GA and activemq-5.2.0.
My application is closing all the connection it uses.
Gary Tully wrote:
>
> you need to peek at the jboss source to see what is null in this case.
> What
> versions are you using?
>
> Just a thought but is the application that uses the resource a
15 matches
Mail list logo