Re: [ANNOUNCE] Apache.NMS.ActiveMQ v1.2.0 Released

2010-02-12 Thread Timothy Bish
On Fri, 2010-02-12 at 15:16 -0800, Jim Gomes wrote: > The next release of NMS will include the XML documentation files. Until > then, the document files can be downloaded separately from the following > location: > > http://people.apache.org/~jgomes/NMSDocFiles-1.2.0.zip > Cool. Might want to

Re: [ANNOUNCE] Apache.NMS.ActiveMQ v1.2.0 Released

2010-02-12 Thread Jim Gomes
The next release of NMS will include the XML documentation files. Until then, the document files can be downloaded separately from the following location: http://people.apache.org/~jgomes/NMSDocFiles-1.2.0.zip On Fri, Feb 12, 2010 at 11:04 AM, magellings wrote: > > Tim can you include the .xm

Re: [ANNOUNCE] Apache.NMS.ActiveMQ v1.2.0 Released

2010-02-12 Thread Jim Gomes
Good idea. I'll put them out there. On Fri, Feb 12, 2010 at 1:59 PM, Timothy Bish wrote: > On Fri, 2010-02-12 at 13:54 -0800, Jim Gomes wrote: > > Tim, > > > > The doc files are being generated by the NAnt script. In the > > nant-common.xml file, the following csc task line is used: > > > >

Re: [ANNOUNCE] Apache.NMS.ActiveMQ v1.2.0 Released

2010-02-12 Thread Timothy Bish
On Fri, 2010-02-12 at 13:54 -0800, Jim Gomes wrote: > Tim, > > The doc files are being generated by the NAnt script. In the > nant-common.xml file, the following csc task line is used: > > > target="library" > > define="${current.build.defines}" warnaserror="false" > > d

Re: [ANNOUNCE] Apache.NMS.ActiveMQ v1.2.0 Released

2010-02-12 Thread Jim Gomes
Tim, The doc files are being generated by the NAnt script. In the nant-common.xml file, the following csc task line is used: target="library" > define="${current.build.defines}" warnaserror="false" > debug="${csc.debug}" optimize="${csc.optimize}" > outpu

Re: How to configure 5.3 broker over KahaDB to support lots of unconsumed persistent msgs?

2010-02-12 Thread Rob Davies
Hi Scott, just change the below config to enable flow control - i.e: in 5.3 - producerFlowControl is on by default - so just remove the producerFlowControl entry from your configuration. If this all sounds double dutch - send in your config - and we'll help with the correct settings :)

Re: How to configure 5.3 broker over KahaDB to support lots of unconsumed persistent msgs?

2010-02-12 Thread rajdavies
For this configuration - flow control will quick in when the disk limit is reached for the temporary store used to store offline non-persistent messages - or persistent topic messages with no durable consumers. For persistent messages - or topics with durable consumers - then it will be the store

Re: How to configure 5.3 broker over KahaDB to support lots of unconsumed persistent msgs?

2010-02-12 Thread scot.hale
Fred, Were you able to configure ActiveMQ to grow without surpassing the memory setting? I am trying to figure out how to do the same thing. -Scot Fred Moore-3 wrote: > > Hi, > > going back to Cursors and > http://activemq.apache.org/how-do-i-configure-activemq-to-hold-100s-of-millions-of-

Re: [ANNOUNCE] Apache.NMS.ActiveMQ v1.2.0 Released

2010-02-12 Thread Timothy Bish
On Fri, 2010-02-12 at 11:04 -0800, magellings wrote: > Tim can you include the .xml intellisense files with the binaries? These > provide good user experience when developing against the referenced NMS > framework classes. > > Right click project > Properties > Build > check "XML documentation fi

Re: [ANNOUNCE] Apache.NMS.ActiveMQ v1.2.0 Released

2010-02-12 Thread magellings
Tim can you include the .xml intellisense files with the binaries? These provide good user experience when developing against the referenced NMS framework classes. Right click project > Properties > Build > check "XML documentation file". Then when you include the xml file in the same folder as

Re: OOM with high KahaDB index time

2010-02-12 Thread Rob Davies
could you provide a test case ? cheers, Rob On 11 Feb 2010, at 21:41, rideallday wrote: Umm, actually I'm still seeing issues with high Index times for topics. My test case is: Send a huge amount of messages into the broker. Let several hundred thousand accumulate. Then start consumers

Re: Log4J ActiveMQ JMS Appender

2010-02-12 Thread Gary Tully
Great. glad u got sorted. Thanks for letting us know. On 12 February 2010 18:00, fehm wrote: > > Hi Gary, > > thanks for the quick reply. In fact, my Broker was mis-configured. I > started > a Broker with the default config and it connects perfectly. > > You actually don't need to restrict the l

Re: JDBC Master/Slave question

2010-02-12 Thread Gary Tully
Think of it as a restart. Anything persisted will be available. It is similar to a broker restart as a slave broker start is stalled pending getting an exclusive lock on the persistent store. It can only proceed with its start when the master dies. On 12 February 2010 17:48, cmoulliard wrote: >

Re: Log4J ActiveMQ JMS Appender

2010-02-12 Thread fehm
Hi Gary, thanks for the quick reply. In fact, my Broker was mis-configured. I started a Broker with the default config and it connects perfectly. You actually don't need to restrict the log level of activemq. You can leave it do DEBUG (and of course not using JMS appender). But you need to have

JDBC Master/Slave question

2010-02-12 Thread cmoulliard
Hi, I have a question concerning the HA approach of the JDBC Master/Slave or the Shared Filesystem Master-Slave. When the master is not longer available and that the client switches to one of the slave, are the messages created by the master in the queues lost for the slave or available ? Rega

[ANNOUNCE] Apache.NMS.ActiveMQ v1.2.0 Released

2010-02-12 Thread Timothy Bish
* ANNOUNCEMENT * The Apache.NMS.ActiveMQ 1.2.0 Release bundle is now available at the following location: This release is based on the Apache.NMS API v1.2.0 and runs on .NET frameworks 2.0+ and Mono 2.0+, this version no long

Re: DeadLock in CMS 3.1 ?

2010-02-12 Thread Timothy Bish
On Fri, 2010-02-12 at 06:46 -0800, Sodan wrote: > Actually I were able to reproduce it every time, I started the app. > Nothing much going on, but as soon I as recieved a message a create > a session/producer from the replyto dest, then it will just hang there... > maybe the other end (ie. the brok

Re: DeadLock in CMS 3.1 ?

2010-02-12 Thread Sodan
Actually I were able to reproduce it every time, I started the app. Nothing much going on, but as soon I as recieved a message a create a session/producer from the replyto dest, then it will just hang there... maybe the other end (ie. the broker) is somehow faulty and dont return a response so cre

Topic-expired Messages are still in the Queue

2010-02-12 Thread AGT
We are using Topic to send and consume messages. All Messages which are expired but still in the Topic . The size of queue is increasing day by day.Please let us know how we can configure activeMQ so that all the messages which are expired can be removed from Topic . -- View this message in con

Re: DeadLock in CMS 3.1 ?

2010-02-12 Thread Timothy Bish
On Fri, 2010-02-12 at 03:35 -0800, Sodan wrote: > When lots of message are going on I suddenly sometimes get: > > res = WaitForSingleObject( condition->semaphore, (DWORD)mills ); // forever > ?? > hang here forever > > lobbyserver.exe!decaf::internal::util::concurrent::ConditionImpl::wait(decaf::

Re: ActiveMQ-CPP - how to purge a queue?

2010-02-12 Thread Timothy Bish
On Fri, 2010-02-12 at 04:41 -0800, Ivan Pechorin wrote: > Hi! > > Is there any way to purge a queue from a C++ application that uses > ActiveMQ-CPP client? > > Best regards, Ivan You can attempt to delete a Destination from the ActiveMQConnection class' deleteDestination method. This works only

Re: Question about ActiveMQ 5.3.0 maven dependencies

2010-02-12 Thread C. Allain
Done: https://issues.apache.org/activemq/browse/AMQ-2603 Thanks. Gary Tully wrote: > > This is still the situation on trunk. Can you raise a jira issue to track > this? > We should exclude the activeio transitive dependency or update to the > 1.0.1 > version for activemq. > > I have not seen

https

2010-02-12 Thread lernit2007
Hello, I have the following configuration and I want to use the https-Protocol. It works with ssl but not with https: https://10.383.939.292:61616?needClientAuth=true"; /> Can you please help me what the problem here is? -- View this message

ActiveMQ-CPP - how to purge a queue?

2010-02-12 Thread Ivan Pechorin
Hi! Is there any way to purge a queue from a C++ application that uses ActiveMQ-CPP client? Best regards, Ivan -- View this message in context: http://old.nabble.com/ActiveMQ-CPP---how-to-purge-a-queue--tp27562975p27562975.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

DeadLock in CMS 3.1 ?

2010-02-12 Thread Sodan
When lots of message are going on I suddenly sometimes get: res = WaitForSingleObject( condition->semaphore, (DWORD)mills ); // forever ?? hang here forever lobbyserver.exe!decaf::internal::util::concurrent::ConditionImpl::wait(decaf::util::concurrent::ConditionHandle * condition=0x098c9e18, __i

Re: ObjectMessage questions-

2010-02-12 Thread Gary Tully
Dropping a jar in the lib directory of your broker installation should do it. Have you tried that? On 12 February 2010 00:14, pulseguy wrote: > > I am using activeMQ to host messages being passed between our linux DB > server > and our windows print server. > > Currently there is a legacy scp tr

Re: Question about ActiveMQ 5.3.0 maven dependencies

2010-02-12 Thread Gary Tully
This is still the situation on trunk. Can you raise a jira issue to track this? We should exclude the activeio transitive dependency or update to the 1.0.1 version for activemq. I have not seen any report of the jars clashing or causing problems, either they are compatible or the activeio manageme

Re: ActiveMQ-CPP Failover transport blocks in interrupted mode

2010-02-12 Thread Martin C.
Martin C. wrote: > > After this, the call to send() hangs, instead of timing out due to either > connection.sendTimeout or timeout. This is rather unfortunate for me, > because possibly "infinite" hangs are not what I want, but want to switch > to some sort of "offline" handling. > > Anybody go

ActiveMQ-CPP Failover transport blocks in interrupted mode

2010-02-12 Thread Martin C.
Hi, I am using the failover transport with an URL constructed like the following: url << "failover://(tcp://" << broker.ip << ":" << broker.port << ")?" << "randomize=false" << "&connection.sendTimeout=5000" << "&maxReconnectDelay=5000&timeout=3000"; I tried unexpected broker failures b

Re: ActiveMQ-CPP Connection monitoring

2010-02-12 Thread Martin C.
Hi Timothy Bish wrote: > > On Thu, 2010-02-04 at 15:43 +0800, Sebastian Rodriguez wrote: > > Actually the transportInterrupted and transportResumed methods would be > invoked if the Failover transport is in use and the connection drops, > the client just needs to register a class that implemen

Re: createTablesOnStartup

2010-02-12 Thread lernit2007
Thanks. H. Willstrand wrote: > > On Thu, Feb 11, 2010 at 12:59 PM, lernit2007 > wrote: >> >> Hello, >> >> i want to change the SQL-Datatypes. My database is oracle. I have the >> following configuration in activemq-jdbc.xml >> >> >>       > createTablesOnStartup="true"/> >>         >>