Re: Does Publisher Flow Control work across a Network Bridge?

2015-09-16 Thread Tim Bain
In that situation, broker 2 will PFC broker 1, and then (later, once broker 1 hits a usage limit) broker 1 will PFC the producer. In a NoB, each broker acts as a producer or a consumer on each networkConnector, so the brokers experience the same interactions that clients do, and any interaction be

Every jms connection will create another ldap connection.

2015-09-16 Thread alt_alt
I used Active Directory for activemq authentication, and I noticed that every time a new jms connection is established between client and activemq server, the activemq server will create a ldap connection between Active Directory even the refresh is disabled, can anyone tell me the reason. It's so

Unable to apply policy when set refreshInterval=-1 for cachedLDAPAuthorizationMap

2015-09-16 Thread alt_alt
the LDAP server I used is Active Directory. when I try to set refreshInterval=-1 for cachedLDAPAuthorizationMap, I got the following errors: ERROR | Caught unexpected exception. javax.naming.OperationNotSupportedException: [LDAP: error code 12 - 0057: LdapErr: DSID-0C090796, comment: Error proc

Does Publisher Flow Control work across a Network Bridge?

2015-09-16 Thread bbuzzard
I have two brokers, each on its own machine, connected together via a Network Bridge where one end uses a full duplex connection. I'm sending in messages to the queue shared by both machines at a high rate and I'm expecting Publisher Flow control to kick in and not let me publish anymore messages

Re: Expiring connection ActiveMQConnection due to "java.io.EOFException"

2015-09-16 Thread Tim Bain
It looks like the connection was closed because the inactivity monitor didn't receive any data (keep-alive or otherwise) for longer than its timeout. The keep-alive packets are supposed to be sent every 1/3 of the keep-alive interval if no other content is being sent. That can happen if there is

ActiveMQ reports "Successfully connected to" and "Failed to connect to" at the same time

2015-09-16 Thread atchijov
Hi, I am getting this in my Wildfly logs: 2015-09-16 11:18:15,297 INFO [org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1) Successfully connected to tcp://10.0.0.252:61616 2015-09-16 11:18:15,314 INFO [org.apache.activemq.transport.failover.FailoverTransport] (ActiveM