Re: No of consumers per connection in ActiveMQ

2015-05-20 Thread xabhi
Hi, Could anyone provide details on what should be the number of consumers/producers on a single connection? Thanks, Abhi -- View this message in context: http://activemq.2283324.n4.nabble.com/No-of-consumers-per-connection-in-ActiveMQ-tp4696635p4696716.html Sent from the ActiveMQ - User

How to get the client ID of a consumer who failed in a transaction ?

2015-05-20 Thread Altounisi
Hello, I want to identify the consumers who failed in a transaction so that I can diagnose them and correct this issue. However, I don't know how to find their IDs. Could you please help me ? Regards, -- View this message in context:

Re: ActiveMQ 5.11 with WebSphere Application Server 8.5

2015-05-20 Thread DThompson55
Maarten - This is really great, thanks. But do you see where / how to configure an AS? My websphere console let's me define Topics, Queues and CFs, on ActiveMQ provider, but not an AS. Maybe missing a jar file? -- View this message in context:

Working Install of Apache fails after reboot.

2015-05-20 Thread jcreaney
I had a working Apache server until I lost power for the computer and now the server won't work. I have ensured the server was started I check the logs and I get this set of statements. And I am not sure what the problem can be: [Sun May 17 17:06:19.230040 2015] [mpm_winnt:notice] [pid 1900:tid

Virtual Topic - Will work for following scenario

2015-05-20 Thread Noufal
HI All, I am using ActiveMQ 5.5.1. And i have 5 consumers and all these consumers are subscribed (durable subscription) to a topic say VirtualTopic.Test. And i have one producer and it is sending to the created topic and it is working fine. In some cases i dont want to send few messages to all

How to forward a topic using network of brokers

2015-05-20 Thread josealvarado
I am using network of brokers to forward messages using AMQ 5.11.0 networkConnectors networkConnector name=linkToBrokerB uri=static:(tcp://localhost:61616) dynamicallyIncludedDestinations queue physicalName=TRADE.STOCK./ topic physicalName=PRICE.STOCK./

Re: How to forward a topic using network of brokers

2015-05-20 Thread Tim Bain
To confirm that it really is forwarding that's not working and not something else in your test set up, try setting the forwarded destinations to . If everything works properly, you know that the problem is with forwarding. If not, you know that there's something else you need to resolve in your

Re: Network bridge throughput capped at default Socket buffer size

2015-05-20 Thread Peter Hicks
Hello On 19/05/15 11:49, Leung Wang Hei wrote: There seems to be an invisible barrier in the socket buffer for MQ network bridge. We expect increasing tcp socket buffer size would give high throughput but the outcome is not. Here are the test details: - 2 brokers(A, B) bridged together over

Re: Network bridge throughput capped at default Socket buffer size

2015-05-20 Thread Tim Bain
Peter, I'm pretty sure that's why he's trying to adjust the socket buffer size, and he's saying that the changes he's making aren't having the desired effect. Leung, I have a vague memory having to prefix the URI option with some prefix (I'm pretty sure it was transport., as shown in the example

Re: How to forward a topic using network of brokers

2015-05-20 Thread josealvarado
Thanks for your reply I tried using the but it does not forward anything. I can see that the topic has a consumer and that broker B is connected to broker A in the network tab but it does not forward my topic as it does with my queues. this is the line I have in my configuration: topic