Hi there,
I would like to ask if there is a possibility to have multiple responses in
a pubsub setup? Or is this only possible to send the responses to another
queue/topic and listen to that?
I could not find any example on the website.
Regards
Markus Wolf
--
Markus Wolf, Developer
markus.w
responses into one? I
hoped I could get around this work.
Regards
Markus Wolf
2010/9/7 Ashwin Karpe
>
> Hi,
>
> It is possible to be both a publisher and subscriber on the same topic. If
> you are trying to apply a request/response based communication model in a
> pub/sub or qu
-
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Loadbalancer-for-consuming-tp3203497p3204016.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
--
Markus Wolf, Developer
markus.w...@sinnerschrader.com
T +49.40.39 88 55 - 324
Si
statements (I
know no better way even if there is) so the com.sun.xml.bind.v2
resources/classes could be resolved.
I know its not fine to import the implementation but the JAXB factory
lookup is not that good for OSGi.
Any idea how to resolve this in a graceful manner?
Thanks for any help
Markus Wolf
ou got org.apache.servicemix.bundles.jaxb-impl
> and org.apache.servicemix.specs.jaxb-api installed?
>
> smx4 uses some custom-magic way of resolving JAXB factories and similar
> stuff
>
> br,
> maciek
>
> On Tue, 2009-11-17 at 11:34 +0100, Markus Wolf wrote:
> Hi there,
>
> I have a p
karaf start with the java 5 profile automatically when running
inside java 5?
The bootdelegation should not matter in this case, since the JAXB
packages are not available in the bootpath of java 5.
Markus
> On Tue, Nov 17, 2009 at 12:10, Markus Wolf wrote:
> Hi Maciej, hi Willem,
>
>
.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1631)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Cl
arkus
> On Tue, Nov 17, 2009 at 14:34, Markus Wolf wrote:
> No other idea?
> I already tried to import the 'javax.xml.bind.annotation.adapters'
> package into my bundle it it does not seem to be related to my bundle in
> any case.
>
> Regrads
> Markus
>
>&
camel.karaf/features/2.1-SNAPSHOT/xml/features'? Its not
on https://repository.apache.org/content/groups/snapshots-group/
Markus
> On Tue, Nov 17, 2009 at 14:34, Markus Wolf wrote:
> No other idea?
> I already tried to import the 'javax.xml.bind.annotation.adapters'
> p
gt; at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
&
delBuilder.java:330)
>>> at
>>> com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:466)
>>> at
>>> com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:302)
>>> at
>>> com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBui
-core bundle which imports this package and
our application then runs fine on Java 5... So this is the cause for the
problem.
Markus
> On Tue, Nov 17, 2009 at 17:42, Markus Wolf wrote:
> The longer I think about this it seems like a bug in the camel-core
> bund
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
any update on this issue?
Thanks
Markus
Markus Wolf schrieb:
> Hi Guillaume,
>
>> If you look at the pom, this package is explicitely *not* imported:
>>http://fisheye6.atlassian.com/browse/camel/trunk/camel-core/pom.xml?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Created here https://issues.apache.org/activemq/browse/CAMEL-2204
> Could you please raise a JIRA ?
>
> On Thu, Nov 19, 2009 at 09:07, Markus Wolf wrote:
> Hi,
>
> any update on this issue?
>
> Thanks
> Markus
>
l-core into our webapp we have classloader
leaks and cannot undeploy our application.
When we put camel-jms into the lib/ext folder of tomcat we are forced to
place the whole spring and dependencies there also. That seems wrong to
me also.
Can anyone give me a hint about the deployment?
Thanks
Markus
>
> though it does depend on trunk though! But once 2.0 is out you'll be
> able to reuse this - and use it as a base to create your own WAR
> complete with the Camel web console
>
>
> 2009/2/24 Markus Wolf :
> Hi,
>
> I try to deploy a camel context using sprin
l jars in the WEB-INF/lib
>
>
> On Tue, Feb 24, 2009 at 2:34 PM, Markus Wolf wrote:
> Hi,
>
> I try to deploy a camel context using spring inside Tomcat6 with ActiveMQ.
>
> We have the following setup:
> CATALINA_HOME
>/lib/ext/activemq.jar
>/lib/ext/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
>> this approach does not help me, since when the ActiveMQ is created by
>> tomcats webapplication classloader it cannot be undeployed.
>
> You don't have to create the broker in the WAR (or you could put it in
> another WAR). This approach works tota
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
>> we tried this but it throws this Exception during creation of the
>> ActiveMQConnectionFactory:
>
> Tried what exactly? Running the camel-activemq-web war works fine for me.
>
I've tried to put only the activemq libraries into my tomcat common
cla
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
this approach does not help me, since when the ActiveMQ is created by
tomcats webapplication classloader it cannot be undeployed.
>>> You don't have to create the broker in the WAR (or you could put it in
>>> another WAR). This approach works
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Willem,
> Which version of activemq are you using ?
> We take out the activemq component from activemq-core in Activemq 5.2.
>
we are currently using ActiveMQ 5.1.0.
Maybe we should consider an upgrade if the camel component is better
separated in
attach a jmap created memory dump then and describe the leak as
good as I can.
Markus
> Regards,
>
> Gert
>
>
> Markus Wolf wrote:
>
>>>>> we tried this but it throws this Exception during creation of the
>>>>> ActiveMQConnectionFactory:
>>
store and the memory consumption is constantly growing.
Is there a way to have camel clean the cookie store after each bridged
requrest in a per request save way?
Thanks for any help
Markus
--
Markus Wolf, Technical Director
markus.w...@sinnerschrader.com
https://twitter.com/KnisterPeter
M +49
e into to see what a
> solution could be. And if so log a JIRA and if possible provide a
> patch. We love contributions
>
> On Mon, Aug 19, 2013 at 4:56 PM, Markus Wolf
> wrote:
>> Hallo camel users,
>>
>> currently we use the http4-endpoint as proxy bridge
lp is appreciated.
Regards
Markus
--
Markus Wolf, Technical Director
markus.w...@sinnerschrader.com
T +49.40.398855-324 | F +49.40.398855-55
SinnerSchrader Deutschland GmbH
Völckersstraße 38, 22765 Hamburg
Amtsgericht Hamburg HRB-Nr. 63663
Geschäftsführer: Matthias Schrader (Sprecher), Holger Blank,
T
/jira/browse/CAMEL-5189
>
>
> On Tue, Apr 17, 2012 at 7:22 PM, Markus Wolf
> wrote:
> > Hi,
> >
> > I'm looking for an example of a stateful dynamic router.
> > The given example on the webpage notes that it is not thread safe. But
> when
> > I try to
26 matches
Mail list logo