Support for MQTT authentication
Hi, Is there any way to create a route to an authenticated mqtt broker ? "Failed to create route mqtt... due to: Could not connect: CONNECTION_REFUSED_SERVER_UNAVAILABLE" Are there plans to implement...
View ArticleHow to create multiple subscribers and producers in a application
Hi, I want to create 7 producers and 5 durable consumers in my application connecting to the same broker. I want to use spring Default message listener container to create consumers and JMStemplate to...
View ArticleAnnouncement : Jexbox - Exception Tracking AddOn for Tapestry 5
Dear Tapestry friends, My name is Tsvetelin Saykov and I am the technical director of Rushmore Digital. In our organization we are developing web applications using Tapestry framework since 2002. In...
View Articleactive mq web console broker
In my application I have an active mq broker, which is configured like this: <pre> <amq:broker id="broker" persistent="false" useJmx="true"> <amq:transportConnectors>...
View ArticleRecreating sessions after an error in qpid.messaging client
Hi, In the qpid.messaging C++ API, many exceptions don't close the connection but only the session - for example when one tries to create a receiver on a queue which doesn't exist. As far as I...
View ArticleSimplest route does nothing..?
We're missing something fundamental here. https://gist.github.com/jmkgreen/ed271348de66646a87be I run this, I get the following in the logs: https://gist.github.com/jmkgreen/91b89c32fe03ffb93ead So...
View ArticleGeneral question about CXF and monitoring
Hi, I'm new in CXF and i've created a Web service (with Jax-WS) that i've deployed in 2 different ways : in Tomcat and then in Karaf (making an OSGI). Once my service working... which tool whould you...
View ArticleHow do i control my soap foult back to the client ?
here is some of my route: from("cxf:bean:hubws?dataFormat=MESSAGE").streamCaching() .onException(Exception.class).process(new LogError("")).end() .bean(AddIpBean.class) .bean(SetRoutingKey.class)...
View ArticleHow can I make a RecipientList http component use an HttpConfiguration???
Hi, I have a route with two different http calls in it, each with different security requirements. How can I configure a recipientList such that it uses an HttpConfiguration defined elsewhere as shown...
View Articlekafka TestUtils createBrokerConfig issue
Trying to write a unit test case for Kafka, and stuck with strange createBrokerConfig issue. on TestUtils.createBrokerConfigs(1) it gives me compilation error The method createBrokerConfigs(int,...
View Articlehbase loader and pig
Hi, I'm using STORE filtered INTO 'hbase://my_table' USING org.apache.pig.backend.hadoop.hbase.HBaseStorage('d:sk'); Everything works fine Success! Job Stats (time in seconds): JobId Maps Reduces...
View ArticleAdd Ajax update behavior in Loadable detachable component
Hi, The scenario is that i have a label "STATE", which has a loadable detachable model. Now when the content(text) of this label gets updated i want to update another Label "Performed By" . final...
View ArticleGenericUserBasedRecommender filter user
When I use GenericUserBasedRecommender, want to by implementing IDRescorer to filter the user encountered problems: GenericUserBasedRecommender by neighborhood.getUserNeighborhood (userID) method to...
View Articleinvoice.PURCHASE_INVOICE.decimals = 4
Hi Si, At http://svn.apache.org/viewvc?view=revision귫 ⨧=574397 you set invoice.PURCHASE_INVOICE.decimals = 4 when we have also invoice.SALES_INVOICE.decimals = 2 Could you please explain the reason?...
View ArticleSaving voluminous RDF model in File?
Hello, I am working about reasoning in Jena. I take RDF model and i enrich it.So the RDF obtained is voluminous and to save it in a file i must wait many hours (3 or 4 hours). I thought to use TDB but...
View ArticleScaling ActiveMQ broker for higher load (Network of brokers)
Hi, I am currently using ActiveMQ 5.10 and running one message broker. In my setup clients are continuously increasing by which load on the message broker is getting higher. I want to scale my ActiveMQ...
View ArticleOfbiz with MariaDB
Hi, Is it possible to setup OfBiz with MariaDB? If yes, what should be the steps (.jar, entityengine.xml)? Thanks Omkar
View Articletapestry-offline maven problem
Hi, I was searching for a solution to create templates for mailing. Then I found tapestry-offline which could be used for this. But when I add it to my project like following it doesn't find it: 1)...
View ArticleWhen click the "Go Back" button, the style of the page is mess
For Example: 1. The first, login the HR: http://demo-old-ofbiz.apache.org/humanres/control/main?externalLoginKey=EL185424107487 2. In the HR Main page, click the company link: Then clink the "update"...
View ArticleAjaxFallBackDataTable paging navigation link causes error
Hi, I am getting the error message in Firefox Mozilla 31.0 when we double click on page navigation "last" page >> link.. Application is working perfectly fine with single click in Firefox Mozilla...
View Article