message size limit
Hello, my brokers are reporting that some received messages exceed the `message.max.bytes` value. I'd like to know what producers are at fault but It is pretty much impossible: - the brokers don't log...
View ArticleWebServiceFeature for jaxb-validation-event-handler
Is it possible to set jaxb-validation-event-handler via a WebServiceFeature in the CXF 2.x javax.xml.ws.Service client lib? If not, is there a non-Spring way to set this? -David
View ArticleOdd Binding Error
So i have a problem that can be resolved one of two ways: First of all: I cannot change the WSDL for this; i am trying to create a Mock implementation of an existing service and my client works against...
View ArticleLots of issues being closed
I'm working my way through the issue lists, trying to hit low hanging fruit, and get rid of duplicates and other things. I'm resolving many issues as "won't fix", not because they are invalid, but...
View ArticleUnit test component with request parameter
Hi everyone, I'm trying to create some unit test against a new component I'm working on. The new component uses request.getParameter(). I'm wondering how I would go about setting the request parameter...
View ArticleKite Dataset sink - repo uri
If one would use the Kite dataset cli to create a dataset as per this http://kitesdk.org/docs/current/guide/Using-the-Kite-CLI-to-Create-a-Dataset/ It is unclear what the 'kite.repo.uri' should be set...
View ArticleCamel 2.13.1 multicast stream to endpoints
I have a scenario where I : 1) Receive a zipfile as byte[] from Restlet service 2) Save the zip file 3) Unmarshall the zip file I receive the zipfile from the service successfully, then, I try to...
View ArticleProblems with jsonpath???
Hi all, As an example, I was using a simple JSON document: "kind": "full", "type": "customer" I wanted to use a jsonpath predictate in a choice route as shown below:...
View ArticleWhy sessionTimeout is restricted by tickTime
Refer to the official guide, we know that the negotiationTimeout must be greater than twice tickTime and smaller than 20 times of tickTime. I know the tickTime should not be too large or even larger...
View ArticleClearing pagestore
Hello! I have functionality that allows users to change their own role in the system. After changing their role I want to clear the pagestore, so users cannot access unauthorized pages with their back...
View ArticleQueue.addToConsumerList encounter exception:...
Hi, I encounter IllegalArgumentException when using ActiveMQ + JDK7. The behavior is: 1. Deploy network of brokers, 2 brokers. 2. Create 400 connections, 400 consumers. 3. Every connections browse a...
View ArticleLogger issue, always static ?
Hello Camel community, I'm actually using camel inside a CDI container (Weld). In my project in can have several CDI container inside the same JVM, and each cdi container have is own log4j tree. The...
View ArticleVirtual Topics creation by producer
Hi, I have gone through http://activemq.apache.org/virtual-destinations.html to understand how to create virtual topics and on what destinations listeners should be listening to. I have a use case...
View ArticleDownload Files
Hi everyone, I am making a Flex Mobile Application, i wish to download any type of file within my application (for example: folder specified), so that i can use the same file for other purpose as well....
View Articlemulti-tier avro agents configuration problem
Hi folks, I ran into a configuration problem of setting up multi-tier avro agents. The flow is as follows, and data is generated on tier1(slave3) by using "flume-ng avro-client --conf conf -H localhost...
View ArticleWaiting for namespace - activemq + blueprint issue
I had this working outside of blueprint, but want to run in OSGI container. I am pretty new to camel and can't quite figure this one out. [ Blueprint Extender: 1] BlueprintContainerImpl INFO Bundle...
View ArticleredeliveryPlugin seems to have problem with defaultEntry
Hi I have configured my broker with the redeliveryPlugin -> <plugins> <redeliveryPlugin fallbackToDeadLetter="true" sendToDlqIfMaxRetriesExceeded="true"> <redeliveryPolicyMap>...
View ArticlegetResourceBundles().add css or javascript in wicket application
Dear forum, I want to bundle css files from inside my wicket application. I read wicket guide Resource management <https://wicket.apache.org/guide/guide/resources.html> chapter and wicket in...
View ArticleProviding settings to Aether from global and user file
In Robolectric, we use maven-ant-tasks to resolve some dependencines. Unfortunetaly this brings a huge number of transitive depedencies which is not convenient for Robolectric users. We think about...
View Article