The snapshot i am using:
apache-activemq-5.1-20080311.181016-59
rajdavies wrote:
>
> What was the latest 5.1-SNAPSHOT you tried with this issue ?
>
> On 18 Mar 2008, at 05:26, Michal Singer wrote:
>
>>
>> Hi. The problem with them is that they are accumulated even though
>> the temp
>> qu
Hi. I use temp queues in my code. they are deleted all the time.
I first used one connection which caused memory leak with temp queues. It
looks like the context of temp queue
was not deleted even after deletion of temp queus (bug in activemq).
Then i tried using new connections as a work around
What was the latest 5.1-SNAPSHOT you tried with this issue ?
On 18 Mar 2008, at 05:26, Michal Singer wrote:
Hi. The problem with them is that they are accumulated even though
the temp
queues are deleted.
This cause memory accumulation. There is a bug open: AMQ-1255 on this
issue. However i
Thanks James, but main problem is that only!
I have stopped source of new messages, logic behind that is to give time to
process messages already in queue.
But ActiveMQ is not processing messages in Queue.
--
View this message in context:
http://www.nabble.com/Change-from-Derby-to-Oracle-in-p
Hi. The problem with them is that they are accumulated even though the temp
queues are deleted.
This cause memory accumulation. There is a bug open: AMQ-1255 on this
issue. However it will
only be resolved for 5.2. is there a work around for this so i can continue
to work with active mq? when
wil
FWIW, I am running AMQ 5.0 and 5.1-SNAPSHOT on Suse Linux Enterprise Server
10.x (2.6.11.4-21.7) and I'm not having this problem that you've described.
One invocation of my activemq.sh starts only one instance of a jvm.
Joe
Goto www.ttmsolutions.com for a free ActiveMQ user guide
Hatta wrote
Hi QWERTY
Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version
3.2 20020903 (Red Hat Linux 8.0 3.2-7))
Thanks
Hatta
QWERTY? wrote:
>
> Hi Hatta,
>
> Would you be able to give some more detail on your OS kernel/distro etc
> please.
>
> we haven't been able to resolve the issue as of
Hi Hatta,
Would you be able to give some detail on you OS kernel/distro etc
we havent been able to resolve the issue as of yet.
Regards,
Hatta wrote:
>
> Hi all,
>
> I ve been following this thread and would like to know what is the
> outcome.
>
> Like QWERTY too, I m facing the same iss
Hi all,
I ve been following this thread and would like to know what is the outcome.
Like QWERTY too, I m facing the same issue - Out of memory because of the 36
brokers started in the background process in linux.
Would like to know whether this requires an OS re-installation or some
configurati
Does your application work when using a single broker without using
store & forward networking?
On 17/03/2008, flachwassertiroler <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm a total newbie to ActiveMQ and JMS in general, so here's my question:
>
> I have a topic publisher and a subscriber. E
Hi all,
I'm a total newbie to ActiveMQ and JMS in general, so here's my question:
I have a topic publisher and a subscriber. Each of them connects to an
embedded broker, those brokers connect to a central, standalone broker
(using duplex connections), spanning a network of brokers.
I see in the
I am trying to determine if JDBC database persistence makes sense in
my application stack. Currently I will deploying a single broker (AMQ
5.0) with about 6 queues.
What are some of the reasons someone would consider JDBC persistence?
Personally, I'm fine with Kaha, but my boss would like me to
i
Hello all,
Quick question, I am sending an xml file such as:
1
server-a03
2
server-a05
Use caution when setting advisorySupport to 'false', because doing so will
preclude the broker from forwarding messages to other brokers in a network
of brokers.
Joe
Goto www.ttmsolutions.com for a free ActiveMQ user guide
Michal Singer wrote:
>
> Hi. I tried to disable Advisory Support using
Advisories are required to support temporary destinations
On 17/03/2008, Michal Singer <[EMAIL PROTECTED]> wrote:
>
> Hi. I tried to disable Advisory Support using advisorySupport="false" since i
> see that temp queus are
> occumulated there for no reason eveb after deletion.
>
> However, i ge
Hi. I tried to disable Advisory Support using advisorySupport="false" since i
see that temp queus are
occumulated there for no reason eveb after deletion.
However, i get the following exceptions after i disable:
org.springframework.jms.UncategorizedJmsException: Uncategorized exception
occured d
Is this still planned? Does anyone have an idea when it may happen?
rajdavies wrote:
>
>
> [] We should be coming out with a 5.0.1
> real soon that will include the fix
>
>
>
>
--
View this message in context:
http://www.nabble.com/Inactivity-monitor-exception-is-closing-connecti
It seems like you are missing PostgreSQL JDBC driver ... Download
appropriate driver from http://jdbc.postgresql.org/download.html and
put it in lib/ folder
Cheers
--
Dejan Bosanac
www.scriptinginjava.net
On Mon, Mar 17, 2008 at 3:09 PM, chif <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I am working o
Hi,
I am working on activemq4.0.2 and am configuring broker-config.xml for
communication to postgresql database and i am getting the following
error:(Bean class [org.postgresql.ds.PGPoolingDataSource] not found;)
12:40:57,900 INFO [XBeanXmlBeanDefinitionReader] Loading XML bean
definitions from
Try disabling or increasing the inactivity timeout on the brokers'
corresponding transport connector element. For example this will disable the
inactivity monitor.
Joe
Goto www.ttmsolutions.com for a free ActiveMQ user guide
/U wrote:
>
> I am connecting two external brokers as follows:
>
Thank you for a quick answer James!
I have configured the application partly as per your instructions, in
that I'm using another method to receive the messages, and converting
them to JSM TextMessage to forward onto the ActiveMQ connector.
I have deployed the connector in Glassfish setting th
Just empty your queues then change your activemq.xml.
Or you could use Camel to move messages from your queues to another
broker running against Oracle.
On 17/03/2008, Nirav <[EMAIL PROTECTED]> wrote:
>
> I am using ActiveMQ 3.2 in one of our project which is already in production.
>
> Now req
On 17/03/2008, Gary Jarrel <[EMAIL PROTECTED]> wrote:
> Hi All!
>
> I've very new to ActiveMQ and my research so far has proven fruitless.
>
> I need to be able to receive simple one line text messages from a remote
> server.
>
> I do not have any control over this server hence I can not reques
Hi All!
I've very new to ActiveMQ and my research so far has proven fruitless.
I need to be able to receive simple one line text messages from a remote
server. I do not have any control over this server hence I can not request any
changes to the way the data is sent. The remote server basicall
I am using ActiveMQ 3.2 in one of our project which is already in production.
Now requirement is to change message store from Derby to Oracle.
Well I think there is a data loss behind doing this.
Is there any way to avoid data loss?
--
View this message in context:
http://www.nabble.com/Chang
25 matches
Mail list logo