Re: Applying Parameters to Discovered Brokers

2010-07-23 Thread nondescript1
Filed https://issues.apache.org/activemq/browse/AMQ-2849 AMQ-2849 for this issue. -- View this message in context: http://old.nabble.com/Applying-Parameters-to-Discovered-Brokers-tp29239157p29249888.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: forwarding from UDP connection to stomp in activeMQ 5.3.2

2010-07-23 Thread redyeti_t8
So I did finally figure out why things were not going my way... I needed to use MINA and I needed to add the camel-mina jar and then all of the mina jars in to the classpath... which I did and then it started kind of working I could see things drop in the topics:CHAT.DEMO Messages Enqueued. I was

Re: Master/Slave and non-persistence message

2010-07-23 Thread Vjaceslavs Klimovs
In pure master/slave topology all state is replicated to the slave broker, including messages. More here: http://activemq.apache.org/pure-master-slave.html On Fri, 23 Jul 2010 14:26:57 -0700 (PDT) jzhang wrote: > > Can Master/Slave be used for non-persistence message? It has > persistent data

Master/Slave and non-persistence message

2010-07-23 Thread jzhang
Can Master/Slave be used for non-persistence message? It has persistent data storage needs to be configured so I am just wondering the data gets replicated is just the broker states and not for message persistence. -- View this message in context: http://old.nabble.com/Master-Slave-and-non-persi

Re: [AMQ-CPP] - Configuration for compression ratio

2010-07-23 Thread Timothy Bish
On Sat, 2010-07-24 at 04:13 +0800, Romain CHANU wrote: > Hey Tim, > > I just saw that you created (and resolved!) the ticket. > > Thank you :-) > > Regards, > > Romain Oh, right, sorry meant to reply to you on that, yup, should be all set on that one. You are welcome to try it out and report

Re: [AMQ-CPP] - Configuration for compression ratio

2010-07-23 Thread Romain CHANU
Hey Tim, I just saw that you created (and resolved!) the ticket. Thank you :-) Regards, Romain On 20 July 2010 10:58, Timothy Bish wrote: > On Tue, 2010-07-20 at 09:58 +0800, Romain CHANU wrote: > > Hi, > > > > I would like to know if it is possible to configure the compression ratio > in >

Re: CMS 3.2.1 - Trouble reading empty strings from MapMessage fields

2010-07-23 Thread Timothy Bish
On Fri, 2010-07-23 at 12:08 -0700, Evan Kuhn wrote: > Hi, > > I just upgraded from ActiveMQ CMS 3.1.3 to 3.2.1, and I'm having some > trouble reading > empty strings out of MapMessage fields after sending them through the > broker. When I > try to do so, MapMessage::getString() throws the exceptio

CMS 3.2.1 - Trouble reading empty strings from MapMessage fields

2010-07-23 Thread Evan Kuhn
Hi, I just upgraded from ActiveMQ CMS 3.1.3 to 3.2.1, and I'm having some trouble reading empty strings out of MapMessage fields after sending them through the broker. When I try to do so, MapMessage::getString() throws the exception "Unsupported Type Conversion". To explain, here's what I do: -

forwarding from UDP connection to stomp in activeMQ 5.3.2

2010-07-23 Thread redyeti_t8
Hello, I am new to activeMQ. I was able to set up a Flex/Flash chat client using stomp and now I need to be able to forward in messages sent over UDP port in to my /topic/CHAT.DEMO queue so I can pick them up with an application that is connected to it. I have been digging around for a cou

Re: Applying Parameters to Discovered Brokers

2010-07-23 Thread nondescript1
A call hierarchy on the DiscoveryTransport constructor reveals that it is instantiated in FanoutTransportFactory and DiscoveryTransportFactory, which extends FailoverTransportFactory. In DiscoveryTransportFactory, the parameters are applied to the DiscoveryTransport. Wouldn't it be better to hav

Re: how to use web-console to manage multiple message brokers?

2010-07-23 Thread xueqiang.mi
Hi, I want to know the source causing this limitation and want to solve it, is it feasible so far? I read the code in amq-web module and found RemoteJMXBrokerFacade really provides some API to communicate with a remote broker. Can u give me some suggestion for it? Thanks. Regards, Dejan Bosanac

Re: Storage utilisation not decreasing when memory utilisation reaches 70%

2010-07-23 Thread Gary Tully
Is the advice from https://issues.apache.org/activemq/browse/AMQ-2834 relevant to your use case? On 23 July 2010 15:32, Pavel Moravec wrote: > > Hello, > we experience the following problem when using Active-MQ 5.3.2 for > forwarding persistent messages. > > Time to time, consumers don't read mai

Storage utilisation not decreasing when memory utilisation reaches 70%

2010-07-23 Thread Pavel Moravec
Hello, we experience the following problem when using Active-MQ 5.3.2 for forwarding persistent messages. Time to time, consumers don't read mails from Active-MQ sufficiently fast so memory utilisation reaches 70%. Further mails are stored on disk and storage utilisation is growing. Once consumer

Re: assign issue to my self

2010-07-23 Thread Timothy Bish
On Fri, 2010-07-23 at 06:26 -0700, codescoder wrote: > Hi, > i found one bug in activemq and i have the fix with me..i have opened issue > in jira..but jira issue is in Unassigned state ..how to assign jira to my > self..how to get that permissions. > > You don't really need to assign it to your

assign issue to my self

2010-07-23 Thread codescoder
Hi, i found one bug in activemq and i have the fix with me..i have opened issue in jira..but jira issue is in Unassigned state ..how to assign jira to my self..how to get that permissions. -- View this message in context: http://old.nabble.com/assign-issue-to-my-self-tp29247534p29247534.html S

maven version for activemq

2010-07-23 Thread codescoder
Hi, what version of maven and java ,i have to use for ACTIVEMQ 5.3.2 code and what version of maven and java need to be used for for ACTIVMEMQ trunk code.. thank you very much in advance.. -- View this message in context: http://old.nabble.com/maven-version-for-activemq-tp29246839p29246839.ht

Re: build errors for activemq5.3.2

2010-07-23 Thread Gary Tully
maven 2.2.0 and jdk 1.5 for trunk is what I am using but it is not tied to a particluar version just that later versions may be more particular w.r.t dependencies and properties. sorry about the reference to 2.0.9. same will work with 5.3.2 With eclipse and the m2plugin, be sure to add the missin

Re: build errors for activemq5.3.2

2010-07-23 Thread codescoder
okay..now i have downloaded the code from trunk (http://svn.apache.org/repos/asf/activemq/trunk/) then its listing following error in eclipse.. "Build errors for activemq-core; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-p

Re: build errors for activemq5.3.2

2010-07-23 Thread Gary Tully
It looks like the maven version you are using is more picky than that which was used for the development of 5.3.2, those discrepancies have been resolved on trunk for a large part. I guess you have a few options, use something like mvn 2.0.9 or use trunk or patch your checkout of 5.3.2 with the fi

Re: build errors for activemq5.3.2

2010-07-23 Thread codescoder
using pointing the m2eclipseplugin import capability at the projects i am getting following error.. [ERROR] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: activesoap:jaxp-api:jar -> duplicate declaration of version 1.3 @ org.apache.activemq:ac

Re: build errors for activemq5.3.2

2010-07-23 Thread codescoder
yes i have tired with that option also.. still i am getting errors like "Description ResourcePathLocationType The type org.springframework.transaction.PlatformTransactionManager cannot be resolved. It is indirectly referenced from required .class files ActiveMQConfiguration.

Re: build errors for activemq5.3.2

2010-07-23 Thread Gary Tully
rather than mvn eclipse:eclipse, I find that pointing the m2eclipse plugin import capability at the projects works well. There are a few caveats - the generated sources from protobuf in activemq-core/target/generated-source need to be manually included to the project source list (there is an add to

Re: build errors for activemq5.3.2

2010-07-23 Thread codescoder
if i add the jar files manually its working fine.. do i need to do any other settings rather than manually adding jars to the path. codescoder wrote: > > Hi, > i downloaded the code from > http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2 > and given following commands > 1) mvn

build errors for activemq5.3.2

2010-07-23 Thread codescoder
Hi, i downloaded the code from http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2 and given following commands 1) mvn clean install -Dmaven.test.skip=true -- no error its success. 2) mvn clean install -- success with out any errors. 3) mvn eclipse:eclipse ..then i have imported th

Re: Applying Parameters to Discovered Brokers

2010-07-23 Thread Gary Tully
I think that is the correct approach. Compare FanoutTransportFactory.createTransport to some of the other transport factories, FailoverTransportFactory for example, it follows that pattern. Possibly open a jira issue and attach your patch and a test case to protect it. On 22 July 2010 17:51, nonde

Re: how to use web-console to manage multiple message brokers?

2010-07-23 Thread Dejan Bosanac
Hi, this is not possible at the moment. The web console can only manage one broker. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Jul 23, 2010 at