[jboss-user] [JBoss Messaging] - Re: Unable to consume more than 777, 000 messages

2009-08-06 Thread adridi
Bijith, I saw that Andy closed your Jira saying that fix was done. I have the same problem like you - Is it working for you with trunk build? Thought Andy will comment what he fixed but didnt see any explanation. At my company we're thinking to use the JBoss core API instead of JMS - I see benef

[jboss-user] [JBoss Messaging] - JBM2 Cluster detection of duplicated messages and distribute

2009-08-03 Thread adridi
If you have two clients (producers) targeting two different nodes in a JBM2 cluster config then JBM2 Cluster cashes MessagesID in the “ target Node”; node that distributes messages in a RoundRobin way between itself and the cluster members, the other nodes of the cluster cash MessageID of wh

[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-30 Thread adridi
Thanks Clebert! I know that Tim is in vacation. Your suggestion make sense to me. Abdel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247083#4247083 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247083 _

[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread adridi
Clebert, In one Node every thing work perfect. it's the cluster/failover that's failing. And Yes, you need both nodes. My test case is all JBM2, but in order to start all consumers/producers in parallel I am using a Java concurrence library JCSP . you can ignore the latch as it waits for a the

[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread adridi
I added some detailed information in the Jira. Please take a look at the "jbmTest.jpg" picture; it represents the Queues that has been deployed in each container. Please, let me know what I might be doing wrong. Thanks, Abdel View the original post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-29 Thread adridi
Clebert, Did you have a chance to check my Jira? I believe there's a clustering/failover issue: when some connections attached to live server fail, the backup node will kick-off and you will have the pair live/backup broadcasting the same node id. Beside when trying JBM2 with a limited number o

[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-24 Thread adridi
I tried with the trunk and still have the problem - thought I saw some improvement with the trunk build. I created a Jira: JBMESSAGING-1691 Thanks, Abdel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245929#4245929 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss Messaging] - Re: JBM2 cluster fails under heavy load

2009-07-23 Thread adridi
Thanks Tim and Clebert, I am using the latest version; JBM2-Beta3. I will try with a build from the trunk as Clebert suggested, else can I create a Jira and attach my code? Abdel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245613#4245613 Reply to the pos

[jboss-user] [JBoss Messaging] - JBM2 cluster fails under heavy load

2009-07-23 Thread adridi
I have set a cluster of 2 nodes, each node has it's own backup. Each pair (Live/backup) is installed in a 64bits Linux box. Configuration of 4 nodes is the same except "backup" is set to false in each live node. In each node I have 102 distributed queues; A producer produces message to an InBoun

[jboss-user] [JBoss Messaging] - Re: Any recommendation how to use JBM2 Producers Pool?

2009-07-15 Thread adridi
Thanks Tim and Andy! The JCA adapter pool works great for me. Abdel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243829#4243829 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243829 __

[jboss-user] [JBoss Messaging] - Re: Circular cache TimeToLive for Duplicated Message detecti

2009-07-14 Thread adridi
Andy, In my use case, I would like to detect duplicated user messages within user session time _window, meaning: 1. Client AB sends an asynchrone message about user AB to my application that willpersisted it to queue 2. If my application fails to ACK back in 15 seconds then the same me

[jboss-user] [JBoss Messaging] - Any recommendation how to use JBM2 Producers Pool?

2009-07-13 Thread adridi
I have an OutBound Queue accessible from 120 different web application deployed on the same Servlet container; each application will be producing messages to the OutBound Queue. I created two test cases to manage this and not sure what will be the recommended one: 1. Each producer has its

[jboss-user] [JBoss Messaging] - Circular cache TimeToLive for Duplicated Message detection?

2009-07-13 Thread adridi
I am using JBM2 and would like to use DuplicateMessage detection to prevent duplicated message – is there a way to clean messageID from the cache after a predefined time-window (session timeout)? This to allow duplication when I start a new session in my own application. Thanks, Abdel View t

[jboss-user] [JBoss Messaging] - Re: JBM2 Cluster config

2009-03-10 Thread adridi
Thanks Clebert! Please let me know when you checked a working Cluster version thru. the forum or maybe your blog. -Abdel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216707#4216707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Messaging] - JBM2 Cluster config

2009-03-09 Thread adridi
I checked out JBM2 code from SVN (revision 6038) and did the following: - Build the code. - Installed the build to 2 different Linux servers. - Configured the cluster (I set the tag "clustered" to true). - Configured a valid multicast ip address. - I saw that the "rmi.server.hostname" was not injec

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread adridi
lidgaca, I had the same issue and resolved it by specifying the rmi server host name in "bin/run.sh". open that file and add the following line: -Djava.rmi.server.hostname=localhost In the alpha release the problem was fixed by injecting the hostname into the naming service from the configurati

[jboss-user] [JBoss Messaging] - Re: Sorting messages as they arrive on the queue.

2009-02-03 Thread adridi
I am happy to see that we will be able to order/sort message in JBM2. to have an idea, check the following discussion: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=149624 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206643#4206643 Reply to the

[jboss-user] [JBoss Messaging] - Re: Sorting messages as they arrive on the queue.

2009-01-15 Thread adridi
Can any one help on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202283#4202283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202283 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Messaging] - Sorting messages as they arrive on the queue.

2009-01-14 Thread adridi
Hi Clebert, Is there a general configuration parameters to sort messages in queue, such as having a destination key for sorting messages as they arrive on the queue - the consumer will start consuming messages when sorted. I mean a way to configure queues explicitly or by configuring a JMS temp

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Use of EJB 3.0

2006-12-14 Thread adridi
I have the same question. Steve; did you find an answer to your question - if so can you please let me know. Thank you, Abdel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993928#3993928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti