Re: Durable Subscriber and unclean disconnection

2010-02-03 Thread keneida
rajdavies wrote: > > I should have explained - that although this is client-side > configuration - there is a handshake between the client and broker on > initialization. The lowest value of maxInactivityDuration is used by > both peers of the transport (client and broker). > Just to

Re: [activemq-user] I think I found a big bug about 3.0 and 3.1M3

2009-10-11 Thread keneida
Hello everyone, I am just testing the 5.2 version and must say that for my it is a bug as well. Quite huge bug. First of all why delete messages in topics if they did not expire ( the or in the statement, discards any expiration check - maybe it should be "AND" ) You could say that: we can dele

Re: UnknownHostException while starting Activemq

2009-07-15 Thread keneida
James.Strachan wrote: > >> >> CTIVEMQ_HOME: /root/Desktop/activemq/incubator-activemq-4.0 >> Loading message broker from: xbean:activemq.xml >> Jun 14, 2006 8:07:27 AM org.apache.activemq.util.IdGenerator >> WARNING: could not generate unique stub >> java.net.UnknownHostException: (none): (none

Re: UnknownHostException while starting Activemq

2009-05-14 Thread keneida
I have similar problem. However: I can start with bin/activemq and it works perfectly. When I use bin/linux-x86-32/activemq i get mentined UnknownHostException where the host is: .. the stacktrace: jvm 1| ACTIVEMQ_HOME: ../.. jvm 1| ACTIVEMQ_BASE: ../.. jvm 1| Loading message broker

activemq 5.0.0 package - bin/ content

2008-01-14 Thread keneida
there are 2 flavors to choose - unix/linux and windows. In the first one there is bin/linux and bin/macosx. In the second version there are all platforms but bin/linux and bin/macos is missing the wrapper.conf. Is there a plan to ahve one installation package for all platforms? or it is just mista

activemq persistence - how the msgid_prod is created?

2007-10-11 Thread keneida
is msgid_prod values creation hardcoded or is it possible to change it? How it is created? -- View this message in context: http://www.nabble.com/activemq-persistence---how-the-msgid_prod-is-created--tf4606104s2354.html#a13152458 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

performance with 1 MByte messages

2007-10-10 Thread keneida
In my installation i will have maximum of 350 clients which connect to the queue and send about 1 MB messages. In worst case scenario all of them will do it almost at the same time. I creaetd small program with 350 threads which connects to the amq with a 4 second delay between the threads. The w

unable to get the connection

2007-10-09 Thread keneida
hello, in our instalation we can not get connection from one client to activemq. telnet activemq port sows the activemq welcome message, But the connectionfactory gets all the time connection timout even when i set the timout to 0. Is there other way to test the connection to activemq broker? --

activmq persistence - serious problem with msgid_prod values

2007-10-09 Thread keneida
I spoted it in version 4.1.1 I'm not sure if call it a bug but: When the computer which sends the message has non standart characters like ą ł ę in the name (windows computer name, I did not test it on Linux) activemq receives the report stores in oracle database - jdbc persistance only - with ms

Non standart characters in computer name block activemq

2007-10-08 Thread keneida
I spoted it in version 4.1.1 I'm not sure if call it a bug but: When amq library connets to amq server. The name of the connection gets an id. It is in pattern of ID + computer_name + some string When the computer has non standart characters like ą ł ę in the name (windows computer name, I did no

durable retroactive topic subscriber

2007-09-21 Thread keneida
When i use the retroactive attribute does it always takes the message from the queue even if it was taken before or is it problem inside my application which causes no acknowledgment of the message? -- View this message in context: http://www.nabble.com/durable-retroactive-topic-subscriber-tf449

Re: pooled connection factory

2007-09-19 Thread keneida
I'm sorry I wrote it little wrong. I can not receive form topic because the listener does not want to appear for activemq. When i use connectionfactory i can receive messages as a durable or not durable client. When using the pooled CF it shows as a false subscription -- View this message in cont

pooled connection factory

2007-09-19 Thread keneida
Im using PCF im my config. When working with "server" part of my app i can send messages to topics and queues and receive messages from queues. It just does not want to receive messages form topic. I found that PCF is made for sending only but how come i can receive messages form queues? -- Vi

Re: How can I find messages that have been unconsumed for "too long"?

2007-08-31 Thread keneida
When using transactions after reaching maximum redeliveries also go to that queue. Is it possible to find out why the messege went to the DLQ? AFAIK the expired message will be moved into the DeadLetterQueue. Since you're able to configure the DLQ it should be possible to do what you want (usin

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: web console in 4.1.1

2007-08-08 Thread keneida
I use regular tomcat 5.5 I take the war i created when mvn'ing the project and use the tomcat's web manager to deploy new war. I found that at the end of stack trace it complains that can not get permisions to read, write some properties. Have to check it in 10h now i do not have acces to that sy

web console in 4.1.1

2007-08-08 Thread keneida
I compiled activeqm with maven. Now i have the activemq-web-console.war. I want to create simple war where u only need to change one config file to get it connected. I added activemq.jar changed webconsole-default.xml and puted [code][/code] there in webconsole-properties.xml i eddited [code]

unable to start ActiveMQ service

2007-07-31 Thread keneida
Windows instalation. After installing the ActiveMQ service. It doesnt not want to start from Services management window. "Error 1067: the process terminated unexpectedly" >From the wrapper.log "java.lang.noClassDefFoundError: and exception in thread main" When i start amq with manually it works. I

Re: reading message size using queue browser

2007-06-21 Thread keneida
James.Strachan wrote: > > On 6/21/07, keneida <[EMAIL PROTECTED]> wrote: >> >> >> James.Strachan wrote: >> > >> > On 6/20/07, keneida <[EMAIL PROTECTED]> wrote: >> >> >> >> using queue browser i can see all the pa

Re: reading message size using queue browser

2007-06-21 Thread keneida
James.Strachan wrote: > > On 6/20/07, keneida <[EMAIL PROTECTED]> wrote: >> >> using queue browser i can see all the parameters of the messages. However >> doesnt matter what I send the "size" parameter is always 0. > > What "

Re: Setting compression through XML configuration

2007-06-20 Thread keneida
You are setting the compression in the client configuration not tha AMQ server iqbalzaveri wrote: > > Hello, > I am trying to set compression for messages using XML config. Here's a > snapshot of the activemq.xml > > > > >class="org.springframework.beans.factory.config.PropertyPlace

message compression

2007-06-20 Thread keneida
what kind of compression is used when jms.useCommpresion is deifned to true. -- View this message in context: http://www.nabble.com/message-compression-tf3952518s2354.html#a11213828 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

reading message size using queue browser

2007-06-20 Thread keneida
using queue browser i can see all the parameters of the messages. However doesnt matter what I send the "size" parameter is always 0. -- View this message in context: http://www.nabble.com/reading-message-size-using-queue-browser-tf3951562s2354.html#a11210820 Sent from the ActiveMQ - User maili

definition of durable subscirbers

2007-06-19 Thread keneida
Is it possible to define durable subscribers within actiemq configuration? -- View this message in context: http://www.nabble.com/definition-of-durable-subscirbers-tf3945242s2354.html#a11191383 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

durable subscriptions

2007-06-04 Thread keneida
To monitor ActiveMQ I use jconsole. In MBeans, there is a tree view with following branch org.apache.activemq; name og broker; Subscription; Durable; Subscription name; Topic; client ID For each client i can browse the messages. What kind of messages are there? Topic messages delivered or not del