<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments for Middleware Warez</title>
	<atom:link href="http://dywicki.pl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dywicki.pl</link>
	<description>Do more, pay less &#124; Rób więcej, płacąc mniej</description>
	<lastBuildDate>Mon, 05 Mar 2012 20:38:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Advanced Apache Camel logging and best practices by splatch</title>
		<link>http://dywicki.pl/2012/02/advanced-apache-camel-logging-and-best-practices/#comment-6500</link>
		<dc:creator>splatch</dc:creator>
		<pubDate>Mon, 05 Mar 2012 20:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://dywicki.pl/?p=756#comment-6500</guid>
		<description>Guy,
That&#039;s brilliant. That will make transaction logging even easier! I use Atomikos and I like your work. I am also suprised that you visited my blog.

Best regards,
Lukasz</description>
		<content:encoded><![CDATA[<p>Guy,<br />
That&#8217;s brilliant. That will make transaction logging even easier! I use Atomikos and I like your work. I am also suprised that you visited my blog.</p>
<p>Best regards,<br />
Lukasz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced Apache Camel logging and best practices by Guy Pardon</title>
		<link>http://dywicki.pl/2012/02/advanced-apache-camel-logging-and-best-practices/#comment-6498</link>
		<dc:creator>Guy Pardon</dc:creator>
		<pubDate>Mon, 05 Mar 2012 19:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://dywicki.pl/?p=756#comment-6498</guid>
		<description>Hi,

We (Atomikos) have listened to our community and in our 3.8 release logging will be different from what you complain about.

Cheers,
Guy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>We (Atomikos) have listened to our community and in our 3.8 release logging will be different from what you complain about.</p>
<p>Cheers,<br />
Guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache Aries under Apache Tomcat by Epo</title>
		<link>http://dywicki.pl/2012/01/apache-aries-under-apache-tomcat/#comment-6350</link>
		<dc:creator>Epo</dc:creator>
		<pubDate>Fri, 17 Feb 2012 17:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://dywicki.pl/?p=754#comment-6350</guid>
		<description>Thanks Lukasz

For the &quot;install from HTTP/FTP location&quot;  feature do you talk about felix fileinstall ? I also use it to deploy features and bundle directly from maven path style. Not sure what the bundle handles this. 

Regarding using servlet, filters AND jsp  inside osgi, I must admit I do not know exactly what to choose. It has to be compatible with blueprint as well.

You mean that thanks to Felix Http Bridge, I can use directly host servlet container. Can you provide a very simple bundle example with servlet and jsp that runs inside Tomcat &gt; War &gt; bundles . 

Thank you</description>
		<content:encoded><![CDATA[<p>Thanks Lukasz</p>
<p>For the &#8220;install from HTTP/FTP location&#8221;  feature do you talk about felix fileinstall ? I also use it to deploy features and bundle directly from maven path style. Not sure what the bundle handles this. </p>
<p>Regarding using servlet, filters AND jsp  inside osgi, I must admit I do not know exactly what to choose. It has to be compatible with blueprint as well.</p>
<p>You mean that thanks to Felix Http Bridge, I can use directly host servlet container. Can you provide a very simple bundle example with servlet and jsp that runs inside Tomcat &gt; War &gt; bundles . </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache Aries under Apache Tomcat by splatch</title>
		<link>http://dywicki.pl/2012/01/apache-aries-under-apache-tomcat/#comment-6345</link>
		<dc:creator>splatch</dc:creator>
		<pubDate>Thu, 16 Feb 2012 20:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://dywicki.pl/?p=754#comment-6345</guid>
		<description>Hey Epo,
This blog posts show you how to run OSGi inside existing container. Bundles can come from different places - here they come from WAR archive, but you might use a directory from container home. Another thing - with OSGi you can install new bundle from location different than system, eg. using HTTP / FTP location. You need secure that in production too.

Also, with Felix Http Bridge you don&#039;t need a Pax-Web at all. Pax-Web starts jetty, which is overhead - if you already have a web connector started.</description>
		<content:encoded><![CDATA[<p>Hey Epo,<br />
This blog posts show you how to run OSGi inside existing container. Bundles can come from different places &#8211; here they come from WAR archive, but you might use a directory from container home. Another thing &#8211; with OSGi you can install new bundle from location different than system, eg. using HTTP / FTP location. You need secure that in production too.</p>
<p>Also, with Felix Http Bridge you don&#8217;t need a Pax-Web at all. Pax-Web starts jetty, which is overhead &#8211; if you already have a web connector started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache Aries under Apache Tomcat by Epo</title>
		<link>http://dywicki.pl/2012/01/apache-aries-under-apache-tomcat/#comment-6342</link>
		<dc:creator>Epo</dc:creator>
		<pubDate>Thu, 16 Feb 2012 15:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://dywicki.pl/?p=754#comment-6342</guid>
		<description>Hi Lukasz very neat blog ,

I use karaf in production and some client won&#039;t add a new container in their places.

This way, if securised, can be the way to introduce osgi in a company where ops rules the places.

Though, I have to triple test the use case. 

Do you think , we can put the bundles outside the war ? 

Can we safely use war bundle with Pax Web ( http://team.ops4j.org/wiki/display/paxweb/Pax+Web) ? 

Thank you for your help.</description>
		<content:encoded><![CDATA[<p>Hi Lukasz very neat blog ,</p>
<p>I use karaf in production and some client won&#8217;t add a new container in their places.</p>
<p>This way, if securised, can be the way to introduce osgi in a company where ops rules the places.</p>
<p>Though, I have to triple test the use case. </p>
<p>Do you think , we can put the bundles outside the war ? </p>
<p>Can we safely use war bundle with Pax Web ( <a href="http://team.ops4j.org/wiki/display/paxweb/Pax+Web" rel="nofollow">http://team.ops4j.org/wiki/display/paxweb/Pax+Web</a>) ? </p>
<p>Thank you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Budowanie usługi sieciowej w oparciu o Apache CXF by L</title>
		<link>http://dywicki.pl/2008/07/budowanie-uslugi-sieciowej-w-oparciu-o-apache-cxf/#comment-6103</link>
		<dc:creator>L</dc:creator>
		<pubDate>Wed, 11 Jan 2012 22:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dywicki.pl/?p=219#comment-6103</guid>
		<description>Właśnie czegoś takiego potrzebowałem, dzięki za tutorial</description>
		<content:encoded><![CDATA[<p>Właśnie czegoś takiego potrzebowałem, dzięki za tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preserving message order in ActiveMQ by todd</title>
		<link>http://dywicki.pl/2011/11/preserving-message-order/#comment-4703</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Mon, 21 Nov 2011 14:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://dywicki.pl/?p=699#comment-4703</guid>
		<description>Have you looked at using Message Groups within ActiveMQ, http://activemq.apache.org/message-groups.html to achieve what your looking to accomplish.  Per the documentation:

Message Groups are ehancements to the Exclusive Consumer feature to provide:

&lt;ul style=&quot;list-style-type: disc&quot;&gt;
	&lt;li&gt;guarranteed ordering of the processing of related messages across a single queue&lt;/li&gt;
	&lt;li&gt;load balancing of the processing of messages across multiple consumers&lt;/li&gt;
	&lt;li&gt;high availability / auto-failover to other consumers if a JVM goes down&lt;/li&gt;
&lt;/ul&gt;

So logically Message Groups are kinda like a parallel Exclusive Consumer. Rather than all messages going to a single consumer, the standard JMS header JMSXGroupID is used to define which message group the message belongs to. The Message Group feature then ensures that all messages for the same message group will be sent to the same JMS consumer - while that consumer stays alive. As soon as the consumer dies another will be chosen.

Another way of explaining Message Groups is that it provides sticky load balancing of messages across consumers; where the JMSXGroupID is kinda like a HTTP session ID or cookie value and the message broker is acting like a HTTP load balancer.</description>
		<content:encoded><![CDATA[<p>Have you looked at using Message Groups within ActiveMQ, <a href="http://activemq.apache.org/message-groups.html" rel="nofollow">http://activemq.apache.org/message-groups.html</a> to achieve what your looking to accomplish.  Per the documentation:</p>
<p>Message Groups are ehancements to the Exclusive Consumer feature to provide:</p>
<ul style="list-style-type: disc">
<li>guarranteed ordering of the processing of related messages across a single queue</li>
<li>load balancing of the processing of messages across multiple consumers</li>
<li>high availability / auto-failover to other consumers if a JVM goes down</li>
</ul>
<p>So logically Message Groups are kinda like a parallel Exclusive Consumer. Rather than all messages going to a single consumer, the standard JMS header JMSXGroupID is used to define which message group the message belongs to. The Message Group feature then ensures that all messages for the same message group will be sent to the same JMS consumer &#8211; while that consumer stays alive. As soon as the consumer dies another will be chosen.</p>
<p>Another way of explaining Message Groups is that it provides sticky load balancing of messages across consumers; where the JMSXGroupID is kinda like a HTTP session ID or cookie value and the message broker is acting like a HTTP load balancer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wprowadzenie do Apache ServiceMix 4 cz. 1 by splatch</title>
		<link>http://dywicki.pl/2010/03/introduction-to-apache-servicemix4-part-1/#comment-819</link>
		<dc:creator>splatch</dc:creator>
		<pubDate>Mon, 20 Jun 2011 16:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-house.org/?p=179#comment-819</guid>
		<description>Hej Zidi,

1. Camel może być uruchomiony wewnątrz zwykłej aplikacji .war przy pomocy Springa.
2. Sama integracja odbywa się na bazie zdarzeń:
- pojawienie się pliku w jakimś katalogu
- nowa wiadomość pocztowa
- określony interwał czasowy
Na podstawie tych zdarzeń są podejmowane odpowiednie kroki - np. nowy plik może oznaczać konieczność zaimportowania sald do bazy systemu księgowego. Wszystko zależy od scenariusza.
3. Tak, możesz wszystko osadzać wewnątrz istniejących aplikacji, tak by transformować dane przychodzące do interesującego Cię formatu, jakkolwiek przy kilku modułach, które nie są gigantyczne, warto by było zastanowić się nad niezależnym modułem integracyjnym. Wówczas można sprzedawać aplikację bez niego bądź z nim - czyli Twój system + connector integracyjny zbudowany z Camelem.</description>
		<content:encoded><![CDATA[<p>Hej Zidi,</p>
<p>1. Camel może być uruchomiony wewnątrz zwykłej aplikacji .war przy pomocy Springa.<br />
2. Sama integracja odbywa się na bazie zdarzeń:<br />
- pojawienie się pliku w jakimś katalogu<br />
- nowa wiadomość pocztowa<br />
- określony interwał czasowy<br />
Na podstawie tych zdarzeń są podejmowane odpowiednie kroki &#8211; np. nowy plik może oznaczać konieczność zaimportowania sald do bazy systemu księgowego. Wszystko zależy od scenariusza.<br />
3. Tak, możesz wszystko osadzać wewnątrz istniejących aplikacji, tak by transformować dane przychodzące do interesującego Cię formatu, jakkolwiek przy kilku modułach, które nie są gigantyczne, warto by było zastanowić się nad niezależnym modułem integracyjnym. Wówczas można sprzedawać aplikację bez niego bądź z nim &#8211; czyli Twój system + connector integracyjny zbudowany z Camelem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wprowadzenie do Apache ServiceMix 4 cz. 1 by zidi</title>
		<link>http://dywicki.pl/2010/03/introduction-to-apache-servicemix4-part-1/#comment-816</link>
		<dc:creator>zidi</dc:creator>
		<pubDate>Mon, 20 Jun 2011 07:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-house.org/?p=179#comment-816</guid>
		<description>Witam, 
Mam takie pytanie ...
Staram się ogarnąć temat integracji, serviceMix i camel.

Czyli jeżeli mamy np 2 aplikacje A i B osadzone np na jBoss i chcemy je integrować za pomocą camel i serviceMix to wówczas piszemy moduł integracji i instalujemy go wyłącznie na Karaf?

Ok pytanie nr 2... 
Wszystko ładnie pięknie, powiedzmy że aplikacje działają, moduł integracyjny został zainstalowany na konsoli. 
Nie rozumiem jak jest wywoływana sama integracja np. skąd moduł integracji ma wiedzieć że należy wykonać integrację np rozrachunków dla danego podmiotu?

Pytanie nr 3 ... - sorki za takie rozdrobnienie....
Czy jeżeli aplikacja ma kilka modułów to czy mogę bezpośrednio w nich zaszyć camel w celu integracji i nie wydzielać integracji do oddzielnego modułu, a następnie osadzić wszystko np na jBoss?</description>
		<content:encoded><![CDATA[<p>Witam,<br />
Mam takie pytanie &#8230;<br />
Staram się ogarnąć temat integracji, serviceMix i camel.</p>
<p>Czyli jeżeli mamy np 2 aplikacje A i B osadzone np na jBoss i chcemy je integrować za pomocą camel i serviceMix to wówczas piszemy moduł integracji i instalujemy go wyłącznie na Karaf?</p>
<p>Ok pytanie nr 2&#8230;<br />
Wszystko ładnie pięknie, powiedzmy że aplikacje działają, moduł integracyjny został zainstalowany na konsoli.<br />
Nie rozumiem jak jest wywoływana sama integracja np. skąd moduł integracji ma wiedzieć że należy wykonać integrację np rozrachunków dla danego podmiotu?</p>
<p>Pytanie nr 3 &#8230; &#8211; sorki za takie rozdrobnienie&#8230;.<br />
Czy jeżeli aplikacja ma kilka modułów to czy mogę bezpośrednio w nich zaszyć camel w celu integracji i nie wydzielać integracji do oddzielnego modułu, a następnie osadzić wszystko np na jBoss?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Budowanie przykładowego middleware &#8211; broker by Marcin Burczak</title>
		<link>http://dywicki.pl/2011/06/budowanie-przykladowego-middleware-broker/#comment-806</link>
		<dc:creator>Marcin Burczak</dc:creator>
		<pubDate>Sat, 11 Jun 2011 16:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://dywicki.pl/?p=581#comment-806</guid>
		<description>Cześć Łukaszu,
fajny post sam właśnie napisałem system do powiadomień prawie z takim samym scenariuszem jaki opisałeś tylko zamiast Camela mam jeden topik i selektory wiadomości, ale w miarę rozbudowy będę próbował wdrożyć Camela. Czekam na kolejne posty.
Pozdrawiam</description>
		<content:encoded><![CDATA[<p>Cześć Łukaszu,<br />
fajny post sam właśnie napisałem system do powiadomień prawie z takim samym scenariuszem jaki opisałeś tylko zamiast Camela mam jeden topik i selektory wiadomości, ale w miarę rozbudowy będę próbował wdrożyć Camela. Czekam na kolejne posty.<br />
Pozdrawiam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: _ @ 2012-05-20 03:45:41 -->
