binding Active MQ to webservice

2008-01-24 Thread henry human
Hi I am looking for tutorial or example for axis web services binding Apache activeMqueue. Thank you for your hints Heute schon einen Blick in die Zukunft von E-Mails wagen? www.yahoo.de/mail

Re: ActiveMQ ver5.0 number of paged-in messages

2008-01-24 Thread dalin
I think I've come across another case with ver5.0 (released) where the memory used by the linkedlist pagedInMessages can result in broker memory bloat for large messages. The case involves a very slow consumer, wherein the messages sent by the producer are kept in the linkedlist. The reason for th

Re: Unexpected duplex connection behavior

2008-01-24 Thread tpounds
i've dynamicOnly with true and false...the same results i've also tried decreaseNetworkConsumerPriority for true and false...same results i've tried permutations of the above and encounter the same -- View this message in context: http://www.nabble.com/Unexpected-duplex-connection-behavior-tp15

Re: Consumer is closed Exception

2008-01-24 Thread activemqnewbie
Appreciate if someone could help me solve the isuue. Thansk activemqnewbie wrote: > > Subscriber closes with an exception(below)after consuming certain > messages.This happens at different intervals. > Appreciate if someone could let me know the reason and solution for this. > Am using activem

Re: Unexpected duplex connection behavior

2008-01-24 Thread ttmdev
What's your setting for 'dynamicOnly' ? Joe tpounds wrote: > > In our test environment we are seeing unexpected behavior with the duplex > network connection in the following configuration. broker2 establishes a > duplex connection to broker1. > > [broker1] <> [broker2] > > broker1 >

Unexpected duplex connection behavior

2008-01-24 Thread tpounds
In our test environment we are seeing unexpected behavior with the duplex network connection in the following configuration. broker2 establishes a duplex connection to broker1. [broker1] <> [broker2] broker1 --- producer writing to "queue/A" broker2 --- producer writing to "queue/A"

Re: Remote JMX in AMQ 5.0.0

2008-01-24 Thread DaveKant
This issue has been resolved. We found that our /etc/hosts file had an incorrect mapping. Thanks, DaveKant wrote: > > I've tried connecting to remote JMX but have not been able to do this > successfully using jconsole and AMQ 5 on the Solaris 10 platform. I've > looked through various posting

Re: Assistance with Master Slave

2008-01-24 Thread CobraTheSleek
Hi Joe, Thanks much for the response. I agree regarding that the pure-master slave is best run on separate machines. I was only trying to understand how it worked. I got it to work by replacing the kr-store folder in the master with the kr-store folder from the slave. Thanks CobraTheSleek wr

Re: Remote JMX in AMQ 5.0.0

2008-01-24 Thread DaveKant
Joe, I quite sure that only one IP address exists for the machine based on the information reported by "ipconfig -a", /etc/hosts, and from using dig and traceroute commands. Dave ttmdev wrote: > > By any chance, is the machine that you're trying to connect to hosting > more than one IP add

Re: Assistance with Master Slave

2008-01-24 Thread ttmdev
With a 'pure' master/slave configuration, you want the master and slave brokers to run on their own separate machines, so you shouldn't have to fiddle with their default data directory settings. Do you have the 'masterConnectorURI' attribute set on the slave broker? For example, http://active

Re: Remote JMX in AMQ 5.0.0

2008-01-24 Thread ttmdev
By any chance, is the machine that you're trying to connect to hosting more than one IP address? Joe DaveKant wrote: > > I've tried connecting to remote JMX but have not been able to do this > successfully using jconsole and AMQ 5 on the Solaris 10 platform. I've > looked through various pos

Remote JMX in AMQ 5.0.0

2008-01-24 Thread DaveKant
I've tried connecting to remote JMX but have not been able to do this successfully using jconsole and AMQ 5 on the Solaris 10 platform. I've looked through various postings to this site and the activemq jmx page but still have problems. http://activemq.apache.org/jmx.html http://www.nabble.c

Re: onMessage does not get called

2008-01-24 Thread Demian Mrakovich
Thank you, nice hint :) The business method on the bean that sends the message had TransactionAttributeType.SUPPORTED, I just set it to TransactionAttributeType.REQUIRED and it works now. James.Strachan wrote: > > On 23/01/2008, Demian Mrakovich <[EMAIL PROTECTED]> wrote: >> >> This is driving

Re: Authentication of clients

2008-01-24 Thread Rudi23
Hello Joe, thank you for your fast reply. The problem is, that I don't use ActiveMQ 5 but ActiveMQ 4. So the XML-Schema for the configfile is a different one and does not support this type of configuration of a simpleAuthenticationPlugin. But now i found out, how it works for ActiveMQ 4: http

Re: message bridge with WLS 10 and ActiveMQ

2008-01-24 Thread Bruce Snyder
On Jan 24, 2008 2:21 AM, Rob Davies <[EMAIL PROTECTED]> wrote: > got a link to the jira issue ? Looks like this one: https://issues.apache.org/activemq/browse/AMQ-1551 Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61Ehttp://activemq.org/ Apache Camel - http://acti

Re: message bridge with WLS 10 and ActiveMQ

2008-01-24 Thread Rob Davies
got a link to the jira issue ? On Jan 23, 2008, at 8:13 PM, cbu wrote: Hello, We did run into problems settings this up - while TIBCO EMS was no problem. We envolved the BEA support and it turned out it's an ActiveMQ issue. I posted a bug in ActiveMQ JIRA on this. Rgds, Christian -- Vie

memoryLimit property is not being set

2008-01-24 Thread shineOnYou
hi, I am trying to set memoryLimit property in Spring of a Queue using destinationmapentry but it still using defualt limit. here is the configuration code snippet of applicationcontext.xml --