Adding exchanges with SSL via qpid-config
We've got a qpid C++ broker configured for SSL, and have tried to add an exchange using qpid-config. Trying it without the -ssl options doesn't work (probably expected): qpid-config add exchange topic...
View Articleproject not running
Hej everyone, I've a ready java project. It's supposed to be a small online shop. Therefore JMS is used. Now I'm tryjing to make the project run on my pc. Therefore I've installed ActiveMQ on my pc as...
View ArticlePossible conflict with glibc -- MAP_TYPE
I'm using ActiveMQ-CPP library version 3.8.2. in activemq-cpp-3.8.2/activemq/util/PrimitiveValueNode.h, the symbol "MAP_TYPE" is used as an enumeration labels. This symbol is also used in a #define...
View ArticleFailed to send messages after 3 tries
Hi, I get the following error from my producer when sending a message: Caused by: kafka.common.FailedToSendMessageException: Failed to send messages after 3 tries. at...
View ArticleBindable functions
Hi well I have never manage to get Bindable functions to work, but now i may need then I have a view stack, with a renderer, in the rendered i would to disable elements of the render dependent on the...
View Articleqpid 0.28 + qpid jca + jboss 7 + spring 3.2.x (jms)
Hello, I'm trying to figure out the best way to use qpid for messaging for a Java web application hosted on JBoss that uses the Spring framework. So far, I am able to get things working if I specify...
View ArticleKafka partition reassignment script
Hi, I am currently running a Kafka 0.8.1.1 cluster with 8 servers. I would like to add a new broker in the cluster. Each kafka instance has 400Go of data and we are using replication factor equals to 3...
View ArticleKafka 0.8.1.1 partition reassignment script
Hi, I am currently running a Kafka 0.8.1.1 cluster with 8 servers. I would like to add a new broker in the cluster. Each kafka instance has 400Go of data and we are using replication factor equals to 3...
View Article@Persist objects that reference IoC services
Hi Maybe someone can help alleviate my confusion. I gather (from reading https://tapestry.apache.org/service-serialization.html) that IoC services, when persisted, are done so using tokens. If a...
View ArticleAdvanced Data Grid Header Text wrapping when it shouldn't
In an AdvancedDataGrid header, I am dynamically populating the grid (and headers). It is selecting odd times to wrap text. For example, with plenty of horizontal space in the header it will wrap the...
View Articledo apps with producers have to be restarted if cluster goes down and comes...
Hi, A few questions on timing related issues when certain parts of kafka go down. 1. If zookeeper goes down, then I bring it back online, do I have to restart the brokers? 2. If the brokers go down,...
View Articlemaven 3.2.2 breaks maven-invoker-plugin?
I just update to 3.2.2 from 3.2.1 and am now getting the error below from the maven-invoker-plugin. Using Java 1.8.20. [ERROR] Failed to execute goal...
View ArticleHow to control when Spring initializes the XML Camel routes?
I'm having a problem using the Camel Spring DSL. Starting the routes seems to be the very last thing that is done during Spring initialization. How do I trigger Spring to fully initialize camel and all...
View ArticleUnable to access the Console
Hi I was using apache-activemq-4.1.2 and started using activemq.bat and when I was trying to open the console using http://localhost:8161/admin can anybody help in this regard Thank's in advance
View ArticleApachecon 2014 & OFBiz
Hi All, As of yesterday 10 OFBiz presentations were submitted. According to the organisers there is an over submission by approx 100% (given the available capacity).Having asked they informed me that...
View ArticleProcessor Issues after upgrade from 2.12.3 to 2.13.1
Hi, I upgraded SMX 5.0.0 to 5.1.0 (which was Camel 2.12.3 to 2.13.1) and now my simple route with a single processor has stopped working. // Processor public class MyProcessor extends ConfigurableBase...
View ArticleDown Activemq broker keep a session of authenticated users
Hello, I have a broker setup with JAAS authentication (LDAP) , authentication works fine and dandy. with one issue though, lets say a client connects multiple times to the broker with the same...
View ArticlePassing Headers to a Route Invoked via Proxy
I have a route (A) that invokes a bean. In the bean I am using the @Produce annotation to proxy to an endpoint associated with route B. When the endpoint for route B is invoked, camel creates a new...
View ArticleJiras with patches
Hi, everyone. The link below is a jira query that tries to list open issues with patches. http://s.apache.org/cpI It's imperfect--it uses the presence of any kind of attachment to indicate patchiness....
View ArticleQuestion on message content, compression, multiple messages per kafka message?
We are in the process of engineering a system that will be using kafka. The legacy system is using the local file system and a database as the queue. In terms of scale we process about 35 billion...
View Article