STOMP and temporary queue

2010-01-28 Thread Yari Marchetti
Hi everyone, i've googled a bit around but i cannot find a confirm about temporary queues/topics creation with a STOMP client. I've found this http://issues.apache.org/activemq/browse/AMQ-1008 that seems to be solved in 5.3.0 but it doesn't seems so to me. Even in http://activemq.apache.org/cms/st

Re: Ignoring Subscription ConsumerInfo

2008-11-04 Thread Yari Marchetti
n that already exists on a local broker is ignored also. > So while the TTL is correctly effecting subscription info in this > case, it typically is relevant to message dispatch, restricting how > many hops a message will traverse before stagnating. > > 2008/10/31 Yari Marchetti <[

Re: Ignoring Subscription ConsumerInfo

2008-11-04 Thread Yari Marchetti
no one? Yari Marchetti ha scritto: > Hi, > i have a network of brokers composed by 2 broker connected to each > other; all clients (producer and consumers )are attached to broker 'A'. > Network TTL is set to 1. > > In broker 'A' log file i find some: &g

Ignoring Subscription ConsumerInfo

2008-10-31 Thread Yari Marchetti
Hi, i have a network of brokers composed by 2 broker connected to each other; all clients (producer and consumers )are attached to broker 'A'. Network TTL is set to 1. In broker 'A' log file i find some: A Ignoring Subscription ConsumerInfo {commandId = 141717, responseRequired = false, consumerI

Re: Query broker via STOMP

2008-10-21 Thread Yari Marchetti
Dejan Bosanac ha scritto: > Yari Marchetti wrote: > >> Hi, >> is it possible to query the browser via STOMP? Something like the >> 'activemq-admin query' command does. >> >> Regards, >> Yari >> >> >> > There's

Query broker via STOMP

2008-10-21 Thread Yari Marchetti
Hi, is it possible to query the browser via STOMP? Something like the 'activemq-admin query' command does. Regards, Yari

Re: Durable subscriptions

2008-09-29 Thread Yari Marchetti
chan ha scritto: > 2008/9/29 Yari Marchetti <[EMAIL PROTECTED]>: > >> oki, this makes sense indeed, and now i understand why >> i keep on getting always the same message every time. >> >> But now my problem is on durable subscription because >>

Re: Durable subscriptions

2008-09-29 Thread Yari Marchetti
e subscriber, but i don't get anything. am i missing something? James Strachan ha scritto: > subscription recovery policy is for non-durable topic subscribers > > 2008/9/26 Yari Marchetti <[EMAIL PROTECTED]>: > >> Hi everyone, >> i was playing with durable subscripti

Re: Durable subscriptions

2008-09-29 Thread Yari Marchetti
t retransmitted every time a durable subscriber comes back, because they are a waste of memory, bandwidth and time. yari Bruce Snyder ha scritto: > On Fri, Sep 26, 2008 at 7:32 AM, Yari Marchetti > <[EMAIL PROTECTED]> wrote: > >> Hi everyone, >> i was playing with d

Durable subscriptions

2008-09-26 Thread Yari Marchetti
Hi everyone, i was playing with durable subscriptions and observed a behavior that seems strange to me. I configured ActiveMQ with for every topic, and then created a durable subscriber for topic "test" with a unique client-id and subscription name. Using a producer i sent 3 messages to the "tes

Re: The connection to x.x.x.x:x is taking a long time to shutdown

2008-09-15 Thread Yari Marchetti
did anyone have time to check this? do i have to open a bug report? Yari Marchetti ha scritto: > after some testing i was able to produce a test case. With this > test, i make some sequential subscriptions and unsubscriptions, and > ask for a receipt after each one, then send some mes

Re: The connection to x.x.x.x:x is taking a long time to shutdown

2008-09-12 Thread Yari Marchetti
y after the first bug has happened. Attached there are the test.pl script, it was tested with ActiveMQ 5.1 and with 5.2 (the version downloaded from http://people.apache.org/~gtully/staging-repos/activemq-5.2.0/org/apache/activemq/apache-activemq/5.2.0/) and it happens in both the versions. Yari Marc

Re: The connection to x.x.x.x:x is taking a long time to shutdown

2008-09-11 Thread Yari Marchetti
Bruce Snyder ha scritto: > On Wed, Sep 10, 2008 at 10:10 AM, Yari Marchetti > <[EMAIL PROTECTED]> wrote: >> Hi, >> today i was testing a client application with ActiveMQ broker >> using STOMP transport, and after some tests i saw 27 different >> consumers conne

The connection to x.x.x.x:x is taking a long time to shutdown

2008-09-10 Thread Yari Marchetti
Hi, today i was testing a client application with ActiveMQ broker using STOMP transport, and after some tests i saw 27 different consumers connected to that queue by looking at the web console. This is impossible because the broker is on my machine and i was the only one accessing it. By looking a

Re: ActiveMQ and SMX4

2008-08-27 Thread Yari Marchetti
James Strachan ha scritto: 2008/8/26 Guillaume Nodet <[EMAIL PROTECTED]>: ServiceMix distribution includes ActiveMQ and Camel, while the ActiveMQ distribution includes Camel. The ServiceMix Kernel is an enhanced OSGi based runtime that does not include the JBI layer, ActiveMQ or Camel, but th

ActiveMQ and SMX4

2008-08-26 Thread Yari Marchetti
Hello, we are planning to use ActiveMQ in a production environment, but we need to be able to change configuration while the broker is running. I took a look at ServiceMix 4 and it seems to suit perfectly to our needs (moreover it implements other interesting things), allowing ActiveMQ to reload i

Re: Camel and JMX

2008-07-31 Thread Yari Marchetti
Resolved. I was able to use the JVM Mbean server with: xmlns="http://activemq.apache.org/camel/schema/spring";> . . . Yari Marchetti ha scritto: Hi, i already enabled the JMX for ActiveMQ, and it's working well, but I'm stuck on getting it to

Camel and JMX

2008-07-31 Thread Yari Marchetti
Hi, i already enabled the JMX for ActiveMQ, and it's working well, but I'm stuck on getting it to work under Camel. In my activemq.xml i have: http://activemq.apache.org/schema/core"; brokerName="Test" dataDirectory="${activemq.base}/var/" useJmx="true"

Re: Setting Max limit of Topic for published persistent messages

2008-07-24 Thread Yari Marchetti
Ramdas Sawant ha scritto: Hi all, I want to restrict publishing JMS messages to a topic after certain limit is reached(may be size/number of messages). For this particular topic i have a durable subscription from one JMS client. I want to persist the messages when the subscriber is not

Re: How can I change the port camel connects to in activemq.xml

2008-07-22 Thread Yari Marchetti
James Strachan ha scritto: 2008/7/22 DominicTulley <[EMAIL PROTECTED]>: When the broker is running on port 61616 things work fine but if I change the broker to use 61613 (for instance) then camel isn't able to connect. I suppose there is some property I can set inside camelcontext to tell it

Re: [SPAM] - Re: [SPAM] - Re: Producer and write permission - Found word(s) UCE in the subject - Found word(s) UCE in the subject

2008-07-22 Thread Yari Marchetti
Thx, i'll check it out Dejan Bosanac ha scritto: Hi, it's possible. Take a look at the receipt header in the Stomp protocol which is used for this purpose http://stomp.codehaus.org/Protocol#Protocol-Receipt But, it's up to the client whether it will be supported. PHP client supports it like t

Re: [SPAM] - Re: Producer and write permission - Found word(s) UCE in the subject

2008-07-22 Thread Yari Marchetti
ction factory to use sync sends. connectionFactory.setAlwaysSyncSend(true); Joe www.ttmsolutions.com Yari Marchetti-2 wrote: Hi, i have a configuration with JAAS enabled on a per queue basis. I created a user named 'Test' and didn't give it write permission on a static queue named

Producer and write permission

2008-07-21 Thread Yari Marchetti
Hi, i have a configuration with JAAS enabled on a per queue basis. I created a user named 'Test' and didn't give it write permission on a static queue named 'test.queue'. Using the example producer (the one in the activemq package), modified just to provide it with Test user and password, using o