AdvisoryMessage ProducerInfo and Wildcards

2011-03-29 Thread Eric-AWL
d a producer on "myQueue.2" was created ? If yes, is it ProducerInfo.getDestination().getPhysicalName() or ProducerInfo.getDestination().getQualifiedName() that I must use ? Thank you in advance Eric-AWL -- View this message in context: http://activemq.2283324.n4.nabble.com/AdvisoryMessage-ProducerInfo-

Re: Connection ClientId Identifier and AdvisoryMessage.

2011-03-24 Thread Eric-AWL
tionInfo.getClientId() and analyze this answer to retreive "myProject" value, without being afraid that format changes and/or API won't be supported in near future versions ? Eric-AWL -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-Clie

Connection ClientId Identifier and AdvisoryMessage.

2011-03-23 Thread Eric-AWL
ections ? What would happen if 2 connections simultaneously use the same clientID ? Thank you Eric-AWL -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-ClientId-Identifier-and-AdvisoryMessage-tp3399952p3399952.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Topics usage on network of brokers.

2011-02-11 Thread Eric-AWL
tion is false. It's strange. I will add a mechanism that deletes the doubles, but I think that it should be integrated in network of broker usual usage. Eric-AWL -- View this message in context: http://activemq.2283324.n4.nabble.com/Topics-usage-on-network-of-brokers-tp3301050p3301068.ht

Topics usage on network of brokers.

2011-02-11 Thread Eric-AWL
ceives it twice Is it normal ? Eric-AWL -- View this message in context: http://activemq.2283324.n4.nabble.com/Topics-usage-on-network-of-brokers-tp3301050p3301050.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: java.lang.ArrayOutOfBoundsException : -32768

2010-12-13 Thread Eric-AWL
Gary, what happened with "peerBrokerInfo" and BrokerInfoMarshaller if one broker A is "network connected" on broker B and broker B is connected on broker A too ? It's our configuration. -- View this message in context: http://activemq.2283324.n4.nabble.com/java-lang-ArrayOutOfBoundsExceptio

Re: java.lang.ArrayOutOfBoundsException : -32768

2010-12-09 Thread Eric-AWL
Thank You AMQ-3077 (Jean-Marcel works with me on this subject). -- View this message in context: http://activemq.2283324.n4.nabble.com/java-lang-ArrayOutOfBoundsException-32768-tp3078526p3080136.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

java.lang.ArrayOutOfBoundsException : -32768

2010-12-08 Thread Eric-AWL
.4.1 (Fuse Message Broker 5.4.1-1) Any Idea ? Here "data[arrayPos] |= 0x01 << bytePos" with arrayPos (short) = -32768 ??? (We are in production ...) Eric-AWL -- View this message in context: http://activemq.2283324.n4.nabble.com/java-lang-ArrayOutOfBoundsException-32768-tp3078

3 brokers, 1 Topic, 2 networks of brokers and networkTTL=1

2010-10-22 Thread Eric-AWL
Does this configuration (2 different networks of brokers, but A,B,C all connected together) can explain that a message produced by C can be received twice by A and B ? Eric-AWL -- View this message in context: http://activemq.2283324.n4.nabble.com/3-brokers-1-Topic-2-networks-of-brokers-and-networkT

5.3.2 : Small question on transport binding

2010-07-27 Thread Eric-AWL
uot; binding on an interface which listens on an IP address that is the same as the name resolution of "other" if "name" = InetAddress.getLocalHost().gethostName() idem "other" Is this correct ? Eric-AWL -

Re: CLASSPATH 5.3.2 and 5.3.0 ?

2010-07-26 Thread Eric-AWL
YES ! Thank you. Eric-AWL Gary Tully wrote: > > I guess I should have pointed you at > http://www.mail-archive.com/users@activemq.apache.org/msg16102.html > which is more in context. > > On 26 July 2010 14:08, Eric-AWL wrote: >> >> I don't use shutd

Re: CLASSPATH 5.3.2 and 5.3.0 ?

2010-07-26 Thread Eric-AWL
figuration and it works ... ? Can I add an other optional 5.3.2 jar in the classpath to avoid this problem, waiting for the 5.4 to be official and tested. I tried to add the web-5.3.2 jar instead of the web-5.3.0-05-fuse one, and it doesn't resolve it. Eric-AWL Gary Tully wrote: > >

CLASSPATH 5.3.2 and 5.3.0 ?

2010-07-26 Thread Eric-AWL
e 5.3.0 Are these "web classes" mandatory in 5.3.2 or do I make a mistake in my maven own compilation ? Regards Eric-AWL -- View this message in context: http://old.nabble.com/CLASSPATH-5.3.2-and-5.3.0---tp29265520p29265520.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: CountDownLatch problem . MultiCast Discovery and refusal of connection on DUPLEX connection (Fuse 5.3.0.5) .

2010-07-22 Thread Eric-AWL
I added a fix in the Jira AMQ-2774 thread. Eric-AWL Eric-AWL wrote: > > We put a no-Duplex Configuration instead of a Duplex Configuration and it > seemed to work better But > today during a network problem (alternatively on/off) our process doesn't > resist

Re: Duplex and network fault.

2010-07-22 Thread Eric-AWL
I added a fix in the Jira AMQ-2774 thread. Eric-AWL Eric-AWL wrote: > > yes, it seems to be better and, finally easier to manage. I will try. > > Do you confirm me that, in a normal situation, the transport connection > should always be deleted from the current list before a

Re: Duplex and network fault.

2010-07-21 Thread Eric-AWL
cific functions (failover connections for example) are managed. Thank you Eric-AWL rajdavies wrote: > > wouldn't you want to do it the other way round - destroy the current > connection and use the new one ? > > On 21 Jul 2010, at 17:27, Eric-AWL wrote: > >> &

Re: Duplex and network fault.

2010-07-21 Thread Eric-AWL
try to send it back) if the connection is always active ? Is it Ok ? On the Transport Side, the new bridge won't be created while the InactivityMonitor doesn't destroy the old bridge. Eric-AWL Eric-AWL wrote: > > Ok, I will try to add some code lines to avoid this case

Re: Duplex and network fault.

2010-07-21 Thread Eric-AWL
Ok, I will try to add some code lines to avoid this case Not easy at first view. Eric-AWL rajdavies wrote: > > Hi Eric, > > yes I think this is the case - I think we need to ensure that the old > connection is destroyed when the new one joins > > cheers, >

Re: Duplex and network fault.

2010-07-21 Thread Eric-AWL
"transport side" sees temporarily (while InactivityMonitor doesn't destroy the first bridge) 2 brokers instead of one, and can send back some messages by using the faulty connection. Is this true ? Thank you in advance Eric-AWL Eric-AWL wrote: > > SIBBusModule-TestDeCharge-

Re: Duplex and network fault.

2010-07-20 Thread Eric-AWL
- SIBBusSupervisor-td0sib01s bridge to SIBBusModule-TestDeCharge-td0sib01v stopped It seems that bridge on Link 1 is finally broken ??? Eric-AWL Eric-AWL wrote: > > Hi > > In the case where network is alternatively on/off in a duplex multicast > configuration, I first

Duplex and network fault.

2010-07-19 Thread Eric-AWL
minutes + y seconds - the transport inactivity thread closes the old transport connection (y seconds >> x milliseconds) All seems Ok, but no message are exchanged with this bridge. Eric-AWL -- View this message in context: http://old.nabble.com/Duplex-and-network-fault.-tp29205793p2

AMQ2693 : 5.3.2 : DemandForwardingBridge and Failover interaction ?

2010-07-13 Thread Eric-AWL
In fact it's the AMQ2693 bug Eric-AWL -- View this message in context: http://old.nabble.com/5.3.2-%3A-DemandForwardingBridge-and-Failover-interaction---tp29147602p29147952.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: 5.3.2 : DemandForwardingBridge and Failover interaction ?

2010-07-13 Thread Eric-AWL
- dispatch paused, waiting for outstanding dispatch interruption processing (1) to complete.. It's the way messageConsumers (and corresponding sessions) are cleared that impacts the "transportInterruptionProcessingComplete" countdown latch value Eric-AWL -- View this message in

5.3.2 : DemandForwardingBridge and Failover interaction ?

2010-07-13 Thread Eric-AWL
patch paused, waiting for outstanding dispatch interruption processing (1) to complete.. Eric-AWL -- View this message in context: http://old.nabble.com/5.3.2-%3A-DemandForwardingBridge-and-Failover-interaction---tp29147602p29147602.html Sent from the ActiveMQ - User mailing list archi

Re: 5.3.2 source tests : AMQ2149Test is blocked during broker stop.

2010-07-11 Thread Eric-AWL
DemandForwardingBridgeSupport class and my first tests seem to fail on some broker.stop() conditions (example network/NetworkReconnectTest.java). Eric-AWL Eric-AWL wrote: > > I have another error with > > Running org.apache.activemq.usecases.ExpiredMessagesWithNoConsumerTest > Tests r

Re: 5.3.2 source tests : AMQ2149Test is blocked during broker stop.

2010-07-09 Thread Eric-AWL
999, size= 1 Eric-AWL Gary Tully wrote: > > That particular test is under investigation on trunk at the moment as > it seems to fail reproducible now rather than intermittently. > It may makes sense for you to add a local exclude the the surefire > target in the activemq-core pom.x

Re: 5.3.2 source tests : AMQ2149Test is blocked during broker stop.

2010-07-09 Thread Eric-AWL
I experienced a "File system full" on the current file system during the test. I don't know if that can have an impact on it But .... Eric-AWL Eric-AWL wrote: > > Hi > > I try to compile and test ActiveMQ 5.3.2 source using Maven. Nothing more. > > The

Re: 5.3.2 source tests : AMQ2149Test is blocked during broker stop.

2010-07-09 Thread Eric-AWL
1' is taking a long time to shutdown. 2010-07-09 09:44:50,007 [Timer-0] INFO TransportConnection - The connection to '/127.0.0.1:41781' is taking a long time to shutdown. Eric-AWL Eric-AWL wrote: > > Hi > > I try to compile and test ActiveMQ

5.3.2 source tests : AMQ2149Test is blocked during broker stop.

2010-07-09 Thread Eric-AWL
nection - The connection to '/127.0.0.1:41781' is taking a long time to shutdown. Eric-AWL -- View this message in context: http://old.nabble.com/5.3.2-source-tests-%3A-AMQ2149Test-is-blocked-during-broker-stop.-tp29114882p29114882.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: CountDownLatch problem . MultiCast Discovery and refusal of connection on DUPLEX connection (Fuse 5.3.0.5) .

2010-07-07 Thread Eric-AWL
trace(configuration.getBrokerName() + " starting local Bridge, localBroker=" + localBroker); } remoteBrokerNameKnownLatch.await(); ... } - 960 CLOSE_WAIT - a file descriptor limit Will the transport.closeAsync=false flag be helpful here ? Eric-AWL Gary Tully wro

Re: CountDownLatch problem . MultiCast Discovery and refusal of connection on DUPLEX connection (Fuse 5.3.0.5) .

2010-07-06 Thread Eric-AWL
veMQ complex configuration, it happens when network is faulty (that happens not very often), and I don't know ActiveMQ source code very well Who could help me to identify potential effects of this change, before I try to modify it ? (I can't do that on my production system wit

CountDownLatch problem . MultiCast Discovery and refusal of connection on DUPLEX connection (Fuse 5.3.0.5) .

2010-07-06 Thread Eric-AWL
rt class ? Eric-AWL Eric-AWL wrote: > > Hi > > I'm sure that I identified a Latch problem in Multicast Network Discovery > mechanism on Duplex connection > > The multicast notifier thread is blocked. here the trace > > "Notifier-MulticastDiscoveryAgent-liste

CountDownLatch problem . MultiCast Discovery and refusal of connection on DUPLEX connection (Fuse 5.3.0.5) .

2010-07-06 Thread Eric-AWL
us bridge to SIBBusModule-NOCP5-tpnocp08s-bus stopped Eric-AWL -- View this message in context: http://old.nabble.com/MultiCast-Discovery-and-refusal-of-connection-tp28827529p29083434.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: MultiCast Discovery and refusal of connection

2010-06-11 Thread Eric-AWL
establish a connection with it (no new "Establishing ..." line appears) It seems to be the same in fuse 5.3.0.6 version. Eric-AWL -- View this message in context: http://old.nabble.com/MultiCast-Discovery-and-refusal-of-connection-tp28827529p28856873.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: MultiCast Discovery and refusal of connection

2010-06-09 Thread Eric-AWL
different sub-networks). Perhaps the problem is here Thank you for your answer. Eric-AWL Joe Fernandez wrote: > > What does the transport connector for your 'distant' broker look like? > Reason I ask is that the wildcard (0.0.0.0) vs localhost IP address issue

MultiCast Discovery and refusal of connection

2010-06-09 Thread Eric-AWL
your answer Eric-AWL -- View this message in context: http://old.nabble.com/MultiCast-Discovery-and-refusal-of-connection-tp28827529p28827529.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Easy question : SSL and network of brokers ?

2010-03-23 Thread Eric-AWL
Ok Thank you very much. Eric-AWL Gary Tully wrote: > > Yes it is, the discovery provider sets up the ssl context (using whatever > is > configured on the broker) before attempting to connect to a remote broker. > > On 23 March 2010 17:13, Eric-AWL wrote: > >>

Easy question : SSL and network of brokers ?

2010-03-23 Thread Eric-AWL
Hi In activeMQ 5.2 / 5.3, is SSL supported on multicast discovered TCP networks of brokers ? (I want to crypt my messages exchanges and protect my connections from outside non authorized usage) Thank you in advance Eric-AWL -- View this message in context: http://old.nabble.com/Easy

Multicast discovery doesn't seem to work currently.

2010-03-11 Thread Eric-AWL
Hi I'm currently in a situation where I have a (multicast discovery) network of brokers of some brokers (15). One component "A" has a network connector (duplex) to the 14 others which have an associated transport connector. The 14 others components discovered and connected themselves on the same

Re: Too much "subscription MBeans" => OOM.

2010-02-22 Thread Eric-AWL
velopers : 2341 ObjectNames (I think it's OK when I count my consumers, queues, topics, advisory queues ...) 146 MBeanServerNotifications On components developed by the second group of developers : 72049 Object Names. 127956 MBeanServerNotification I think the most of ObjectNames are the subscripti

Re: Too much "subscription MBeans" => OOM.

2010-02-22 Thread Eric-AWL
Hi Rob Thank you very much. We work with a 5.2 version. I have to verify that it isn't our own development that create far too much MessageConsumers. Eric-AWL rajdavies wrote: > > A subscription is the broker side representation of a MessageConsumer > - which version - and

Too much "subscription MBeans" => OOM.

2010-02-22 Thread Eric-AWL
quot;Subscription" MBeans. Can someone explain me what is exactly a "subscription MBean". Is it associated to a session, to a consumer, to a client part of an exchange ??? Thank you in advance. Eric-AWL -- View this message in context: http://old.nabble.com/Too-much-%22subscription-M

Re: Network of brokers - already connected

2010-02-13 Thread Eric-AWL
Hi Joe. But networkConnector names are different "S1" and "S2". Even if the problem is resolved, in some cases, it could be interesting to have more than one duplex connections between two brokers (jsut for splitting flows for example). Eric-AWL. Joe Fernandez wrote: &

"Client already connected" in a network of broker and a direct connection

2010-02-13 Thread Eric-AWL
n a duplex network of broker configuration. (Is the clientId is the same for process A, and for the embedded broker of process A ?) Thank you for your answer. Eric-AWL -- View this message in context: http://old.nabble.com/%22Client-already-connected%22-in-a-network-of-broker-and-a-direct-

Re: Connection handling + TCP CLOSE_WAIT on Linux + Solaris

2009-12-26 Thread Eric-AWL
Hi ! I'm interesting by this problem. - Have you 1000 CLOSE_WAIT or less ? - Do you know if these CLOSE_WAIT disappear after a while ? - Do you know if these CLOSE_WAIT happen if messages are consumed ? Eric-AWL a...@frogl wrote: > > This simple example will show connections accu

ActiveMQ brokers version upgrade rules

2009-12-20 Thread Eric-AWL
mmers follow a rule about this general upgrade problem ? If yes, what is this rule ? Thank you in advance Eric-AWL -- View this message in context: http://old.nabble.com/ActiveMQ-brokers-version-upgrade-rules-tp26861693p26861693.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Automatic delete of expired messages

2009-12-16 Thread Eric-AWL
us to know the exact number of accessible consumers. Eric-AWL Joe Fernandez wrote: > > You might also want to look into the DiscardingDLQBroker plugin. > > See bottom of this page > > http://activemq.apache.org/message-redelivery-and-dlq-handling.html > > Joe > htt

Re: Automatic delete of expired messages

2009-12-16 Thread Eric-AWL
Hi Joe. Thank you very much for your answer. Eric-AWL. Joe Fernandez wrote: > > With AMQ 5.3, non-persistent messages that expire are automatically > removed/deleted from their destination. Persistent messages are moved to > the DLQ. > > By default, the destination swe

Automatic delete of expired messages

2009-12-16 Thread Eric-AWL
r a topic. Can someone explain me the "official" way to do this, and the ActiveMQ configuration to define ? Is the number of consumers for a destination (that can be found by analyzing Adivisory Messages) increased when this trick is used ? Thank you in advance Eric-AWL -- View this

Re: JMX MBeans Attributes documentation

2009-11-24 Thread Eric-AWL
Hi Bruce It would be good to have a full documentation. But my today problem would be to be able to detect a "global pause" due to a producer flow control behaviour. It would be nicer if I could understand all the attribute values of the Queue or Topic MBeans ... Eric-AWL bsn

Re: What happens where a consumer is not present ?

2009-11-23 Thread Eric-AWL
. Eric-AWL gregory.guibert wrote: > > Hello Eric, > > I have a similar problem with ActiveMQ 5.2. > > http://old.nabble.com/Producers-blocking-td26448458.html > > What i did when I encountered the same "global freeze" was to disable the > producer fl

JMX MBeans Attributes documentation

2009-11-22 Thread Eric-AWL
Hi Where can we find documents explaining all JMX MBean attributes ? Eric-AWL -- View this message in context: http://old.nabble.com/JMX-MBeans-Attributes-documentation-tp26465124p26465124.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

What happens where a consumer is not present ?

2009-11-22 Thread Eric-AWL
ueueBrowser and TopicBrowser usage can be a solution for delete old not consumed messages ? And I wonder if they are considered as consumers as far as Advisory Messages are concerned ? Eric-AWL -- View this message in context: http://old.nabble.com/What-happens-where-a-consumer-is-not-present---tp2646416

2 connections and InterruptedException

2009-11-10 Thread Eric-AWL
gQueue.put(LinkedBlockingQueue.java:240) at org.apache.activemq.transport.vm.VMTransport.oneway(VMTransport.java:92) ... 22 more I'm not sure that the "interrupt" is not done by on of my process. But I don't interrupt any ActiveMQ thread myself. Do you know if this behaviour is the

2 duplex network connections between 2 brokers.

2009-11-09 Thread Eric-AWL
error. I don't find clearly the answer by looking for this in the forum. Thank you in advance. Eric-AWL -- View this message in context: http://old.nabble.com/2-duplex-network-connections-between-2-brokers.-tp26270876p26270876.html Sent from the ActiveMQ - User mailing list archi

ConsumerEventSource and wildcards. Different behaviours between Topics and Queues

2009-08-14 Thread Eric-AWL
nt is good for topics, but is always 0 for queues. All is right if I don't use wildcards at all in my ConsumerEventSource and Consumers. Someone knows this problem (ActiveMQ 5.2) ? Eric-AWL -- View this message in context: http://www.nabble.com/ConsumerEventSource-and-wildcards.-Different-behaviou

Where can I find wildcards usage examples ?

2009-08-14 Thread Eric-AWL
Hi I want to use and test wildcards. I come from a JAVA/JMS native usage, and would like to change the lowest number of things in my programs. Does someone know where I can find some JAVA examples which show how to use wildcards ? Thank you Eric-AWL -- View this message in context: http

Advisory Topics, ConsumerEvent Classes and Wildcards usage

2009-08-12 Thread Eric-AWL
uot;A.B" and "*.B" consumers) ? If not, how can I proceed to know the good number of consumers that can deal with the messages posted by my "A.B" producers ? Thank you for your help. Eric-AWL -- View this message in context: http://www.nabble.com/Advisory-Topics%2C-ConsumerE

Re: Duplex Network Connector and Firewalls

2009-08-06 Thread Eric-AWL
nfigure through the firewall. Thank you for your quick answer. Eric-AWL rajdavies wrote: > > > > When duplex is enabled - the single connection is used by the local > and remote broker. So to get through firewalls - only the brokers > outside the firewall should create

Duplex Network Connector and Firewalls

2009-08-06 Thread Eric-AWL
mote broker the TCP connection to use to send its answers back ? Regards Eric-AWL -- View this message in context: http://www.nabble.com/Duplex-Network-Connector-and-Firewalls-tp24840835p24840835.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Full Duplex Network of brokers and number of connections questions.

2009-07-31 Thread Eric-AWL
; group and creates a full duplex networkConnector with "multicast2" group value. My question is : between broker A, and broker B, how many tcp connections will be created ? 2, 3, or 4 ? Eric-AWL -- View this message in context: http://www.nabble.com/Full-Duplex-Network-of-brokers-and-number-of-connections-questions.-tp24758942p24758942.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

2 small questions on wildcards usage (MORE)

2009-07-31 Thread Eric-AWL
the beginning of the destination name, or is it always at the end ? Eric-AWL -- View this message in context: http://www.nabble.com/2-small-questions-on-wildcards-usage.-tp24752155p24752803.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Dynamically change the network connectors caracteristics in embedded brokers

2009-07-31 Thread Eric-AWL
Thank you for your very quick answer ! Eric-AWL rajdavies wrote: > > > On 31 Jul 2009, at 08:21, Eric-AWL wrote: > >> >> Hi >> >> Is it possible and allowed (it's important for us to respect >> evolutivity) to >> dynamically chang

Re: 2 small questions on wildcards usage.

2009-07-31 Thread Eric-AWL
Thank you for your very quick answer ! Eric-AWL rajdavies wrote: > > > On 31 Jul 2009, at 08:14, Eric-AWL wrote: > >> >> Hi >> >> Are wildcards limited to a consumer usage, or can they be used by >> producers >> ? >> >> I ex

Dynamically change the network connectors caracteristics in embedded brokers

2009-07-31 Thread Eric-AWL
Is it possible ? Eric-AWL -- View this message in context: http://www.nabble.com/Dynamically-change-the-network-connectors-caracteristics-in-embedded-brokers-tp24752234p24752234.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

2 small questions on wildcards usage.

2009-07-31 Thread Eric-AWL
consume or produce on "*.queue" ? Thank you for your answers Eric-AWL -- View this message in context: http://www.nabble.com/2-small-questions-on-wildcards-usage.-tp24752155p24752155.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

LDAP Network Connector in AMQ 5.2. JMX InstanceAlreadyExists Exception

2009-07-30 Thread Eric-AWL
e same name "localhost" instead of the "iphost" value. As soon as 2 non established connection are tried. the second one finishes with a JMX InstanceAlreadyExists exception. Eric-AWL -- View this message in context: http://www.nabble.com/LDAP-Network-Connector-in-AMQ-5.2.-JMX-Ins

Re: connection.close(), on a brokenConnection resolves my problem

2009-07-04 Thread Eric-AWL
"Multicast Discovery Agent Notifier" daemon prio=10 tid=0x0a82dc00 nid=0x6586 waiting on condition [0x43188000..0x43188b90] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x2aaab3cf20a8> (a

Re: connection.close(), on a brokenConnection resolves my problem

2009-07-04 Thread Eric-AWL
I think this session is associated to the network of broker topology between (multicast) my two "equivalent processes". I think I have several problems. However Close() seems to let the process in a cleaner situation. Here it is an other problem where "multicast" network of brokers are broken wh

Re: connection.close(), on a brokenConnection resolves my problem

2009-07-03 Thread Eric-AWL
hreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) . :-( Eric-AWL wrote: > > NEW > > If I force a brokenConnection.close() into the onException callback, > (called when the "other" connection is broken), my process can now > termina

connection.close(), on a brokenConnection resolves my problem

2009-07-03 Thread Eric-AWL
ion. But it is not a big problem. I think it is not the way ActiveMQ should work. Eric-AWL Eric-AWL wrote: > > I think that I have some news. > > The problem is more complex than I wrote initially (I wanted to be clear). > > In fact, I have two ActiveMQ connections initiali

Re: Do you know when ActiveMQ Session threads dies ?

2009-07-03 Thread Eric-AWL
hat don't die are finally affected to the broken connection. I can see that "ActiveMQ Connection Worker" thread associated with my broken connection is always active. What is the best way to deal with this problem ? Thank you Eric-AWL Gary Tully wrote: > > session.clo

Re: Do you know when ActiveMQ Session threads dies ?

2009-06-19 Thread Eric-AWL
error. Gary Tully wrote: > > I wonder are you experiencing > https://issues.apache.org/activemq/browse/AMQ-2169 > > 2009/6/17 Eric-AWL > >> >> Hi >> >> in 5.3-snapshot and 5.2 release, I think I correctly close >> consumers/producers/session a

Do you know when ActiveMQ Session threads dies ?

2009-06-17 Thread Eric-AWL
Hi in 5.3-snapshot and 5.2 release, I think I correctly close consumers/producers/session and the threads like this one : ActiveMQ Session: ID:td0sib01s-32880-1245239727292-2:0:25 doesn't seem to die. Is there something to do ? Eric-AWL -- View this message in context:

broker dead block. Multicast Discovery Notifier thread doesn't stop

2009-06-15 Thread Eric-AWL
2 AMQ threads die very quickly, and my program leaves. Version : AMQ 5.3-snapshot I joined the trace of A internal embedded Broker and the thread dump at the end of A process. Eric-AWL http://www.nabble.com/file/p24034367/AMQ%2Bthread%2Bdump.txt AMQ+thread+dump.txt http://www.nabble.com/file

Small network of broker hiccup just after starting in AMQ 5.3-snapshot

2009-06-13 Thread Eric-AWL
. And since I chose not to use persistence, some messages are lost. Does anyone has an idea ? Thank you Eric-AWL -- View this message in context: http://www.nabble.com/Small-network-of-broker-hiccup-just-after-starting-in-AMQ-5.3-snapshot-tp24016732p24016732.html Sent from the ActiveMQ - User

Queue/Topic name length and performance ?

2009-04-24 Thread Eric-AWL
my performance are worse than with selectors although I believed that selectors were not very performant. (From 22seconds to 25seconds). (It's possible my new ConsumerEventSource listeners are the real reason of the performance decrease) Has someone some precision to tell me about ? Thank y

Re: Listeners consumerEventSource small precisions ...

2009-04-20 Thread Eric-AWL
works... Eric-AWL. rajdavies wrote: > > Hi Eric-AWL > On 20 Apr 2009, at 10:01, Eric-AWL wrote: > >> >> Hi everybody >> >> I continue previous thread which describes how to use Advisory >> package and >> ConsumerEventSource.setConsumerListener. >

Listeners consumerEventSource small precisions ...

2009-04-20 Thread Eric-AWL
you very much for your answers Eric-AWL -- View this message in context: http://www.nabble.com/Listeners-consumerEventSource-small-precisions-...-tp23132900p23132900.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Can someone point me to an example of using a ConsumerEventSource

2009-04-18 Thread Eric-AWL
created ? Is there a way to know this information without trying to send a message on the queue/topic associated with the producer ? Thank you very much for your answers Eric-AWL -- View this message in context: http://www.nabble.com/Can-someone-point-me-to-an-example-of-using-a-ConsumerEventSource

Re: Correctly leaving a network of broker

2009-02-20 Thread Eric-AWL
OK It works !!! When I disconnect from my embedded connection, I stop my embedded broker and the process exits gracefully. I just had to add 4 ActiveMQ specific lines in my JMS compliant Connection Class. It would be better if it was an external parameter of the URI but it is a good workaround.

Re: Correctly leaving a network of broker

2009-02-20 Thread Eric-AWL
Ouch. I just looked at "borkerFactory" class. (I tried not to use ActiveMQ internals ... And never looked at it) No problem Gary. I understood your advice. The last question is not appropriate. Forget it please. Eric Eric-AWL wrote: > > Hi Gary > > Yes, it helps

Re: Correctly leaving a network of broker

2009-02-19 Thread Eric-AWL
=false to the uri > so that you don't end up with two embedded brokers. > > hope this helps, > Gary. > > 2009/2/18 Eric-AWL : >> >> I use xbean reference to an activemq.xml file to read a VM configuration >> on >> each side. >> >> "

Re: Correctly leaving a network of broker

2009-02-18 Thread Eric-AWL
I use xbean reference to an activemq.xml file to read a VM configuration on each side. "vm://instance?brokerConfig=xbean:activemq.xml&waitForStart=2" I like this method because I can switch from internal VM broker to TCP external broker very easily and just use JMS to connect to my internal or e

Correctly leaving a network of broker

2009-02-17 Thread Eric-AWL
Hi I have two Java processes with their own embedded broker, linked together with a multicast network of broker. I start the "server process" which first creates its broker and connects itself to it. Then, I start the "client process" which first creates its broker, and connects itself to it.

Re: What can be the reason ?

2009-02-02 Thread Eric-AWL
I just see that it's strange that the first error just has messageCount=500 in the first case, and just 1500 in the second ! Eric-AWL Eric-AWL wrote: > > Hi everybody > > In 4.1.2. > > I developped a queuing and multi-threaded mechanism just behind JMS > list

What can be the reason ?

2009-01-30 Thread Eric-AWL
Hi everybody In 4.1.2. I developped a queuing and multi-threaded mechanism just behind JMS listener : each time a message comes, a thread is prepared, enqueued (Executor) and executed only when an other one dies. I can manage the maximum number of active threads. When I used AUTO_ACKNOWLEDGE Se

Re: NamingContext error in 5.2.0

2009-01-30 Thread Eric-AWL
ed > to look it up in each thread many times concurrently? > > 2009/1/30 Eric-AWL : >> >> Hi >> >> On 5.2.0 release. >> >> I create 10 threads, each using the same dynamicQueues/CATE-CHARGE-charge >> queue >> >> I fail with >>

NamingContext error in 5.2.0

2009-01-30 Thread Eric-AWL
Hi On 5.2.0 release. I create 10 threads, each using the same dynamicQueues/CATE-CHARGE-charge queue I fail with javax.naming.NamingException: Something already bound at CATE-CHARGE-Charge at org.apache.activemq.jndi.ReadOnlyContext.internalBind(ReadOnlyContext.java:150) at org

Re: LDAP Discovery mechanism & round robin choice

2008-08-21 Thread Eric-AWL
to make a multicast choice (associated to a group) for him, and send it the answer. And I would like that this discovery process can be repeated automatically when the network connection with the distant broker is down. Do you advise me not to try to write my own Directory Agent ? Eric-AWL Joe Fer

Re: LDAP Discovery mechanism & round robin choice

2008-08-21 Thread Eric-AWL
han one LDAP entries which can all be considered as a network broker. Which server will be chosen and how ? Eric-AWL James.Strachan wrote: > > 2008/8/21 Eric-AWL <[EMAIL PROTECTED]>: >> >> Hi every body >> >> I'm not an LDAP expert so I expect I don

LDAP Discovery mechanism & round robin choice

2008-08-21 Thread Eric-AWL
reference doesn't work ? Does the discovery mechanism choose an other ? What happens exactly when we add or remove one reference in the LDAP directory structure ? Eric-AWL -- View this message in context: http://www.nabble.com/LDAP-Discovery-mechanism---round-robin-choice-tp19090881p19090881

Re: How to develop his own DiscoveryAgent ?

2008-08-21 Thread Eric-AWL
multicast request on their own islet. Directory servers have a fixed IP address and are known by brokers. You can look at my other request "Large networks of brokers, dynamically included destinations and temporary queues" to better see what I mean. Eric-AWL James.Strachan wrote: > &g

Re: Large networks of brokers, dynamically included destinations and temporary queues

2008-08-20 Thread Eric-AWL
because I have to be sure that one answer queue name is not used by other servers which have the same role. Using Temporary queues with only name over complete architecture seem to be a better solution. Eric-AWL Hi Eric, As long as there exists the appropriate forwarding bridge(s), w/correct

How to develop his own DiscoveryAgent ?

2008-08-20 Thread Eric-AWL
Hi every body I won't be in a local area network topology and would want to develop my own discoveryAgent. Is someone can help me by telling me where I can find some sorts of documentations ? (rules to follow, and so on ?) Thank you ... Eric-AWL -- View this message in context:

Large networks of brokers, dynamically included destinations and temporary queues

2008-08-20 Thread Eric-AWL
network connectors or two different connectors ? I can use ActiveMQ 5.1 if it is better. Thank in advance Eric-AWL -- View this message in context: http://www.nabble.com/Large-networks-of-brokers%2C-dynamically-included-destinations-and-temporary-queues-tp19070151p19070151.html Sent from the Act

Re: Prefetch Limit of 1000 .... without acknowledges

2008-02-01 Thread Eric-AWL
Hi ! ttmdev helps me to resolve the problem with two half-duplex connections. it was a problem of synchronization. Resources were freed to quickly. For the problem of duplex, ttmdev said me that this problem was fixed in 5.1 and was the same as problem AMQ-1521. Eric-AWL -- View this message

Re: Prefetch Limit of 1000 .... without acknowledges

2008-02-01 Thread Eric-AWL
Hi James ttmdev help me to resolve the problem with two half-duplex connections. it was a problem of synchronization. Resources were freed to quickly. For the problem of duplex, ttmdev said me that this problem was fixed in 5.1 and was the same as problem AMQ-1521. Eric-AWL -- View this

Re: Prefetch Limit of 1000 .... without acknowledges

2008-02-01 Thread Eric-AWL
ttmdev said me that this "duplex" problem is the same as AMQ-1521 and is resolved in 5.1.1 . I will try it. Thank you. Eric-AWL -- View this message in context: http://www.nabble.com/Prefetch-Limit-of-1000--without-acknowledges-tp15180095s2354p15223382.html Sent from the Activ

Re: "Embedded broker", "network of brokers" and "temporary queues"

2008-01-31 Thread Eric-AWL
You were right ttmdev. In a half-duplex configuration, it works ! Like you tell it to me, I had to add "sleep" temporisation after connection start, and before some releases of resources. Thank you very very much Eric-AWL ttmdev wrote: > > Any chance you can post the sour

  1   2   >