<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ActiveMQ Embedded Broker</title>
	<atom:link href="http://note19.com/2007/11/07/activemq-embedded-broker/feed/" rel="self" type="application/rss+xml" />
	<link>http://note19.com/2007/11/07/activemq-embedded-broker/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 07:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: henry</title>
		<link>http://note19.com/2007/11/07/activemq-embedded-broker/#comment-2905</link>
		<dc:creator><![CDATA[henry]]></dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/07/activemq-embedded-broker/#comment-2905</guid>
		<description><![CDATA[Hi guys,
I am trying to make this embedded broker to work...I don&#039;t get any error messages in the deployment phase of tomcat (I am using Tomcat 6).
I am trying to make a javascript send a message to a queue.
It does not work...the error console of firefox says &quot;amq is not defined&quot;
I can&#039;t find out the reaon behind that...when I deploy Tomcat it says that there is a connector listening at tcp://localhost:61616 .
Any one had this error before?

Thanks to all.]]></description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
I am trying to make this embedded broker to work&#8230;I don&#8217;t get any error messages in the deployment phase of tomcat (I am using Tomcat 6).<br />
I am trying to make a javascript send a message to a queue.<br />
It does not work&#8230;the error console of firefox says &#8220;amq is not defined&#8221;<br />
I can&#8217;t find out the reaon behind that&#8230;when I deploy Tomcat it says that there is a connector listening at tcp://localhost:61616 .<br />
Any one had this error before?</p>
<p>Thanks to all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captain, we&#8217;re experiencing a configuration problem&#8230; &#171; Our Craft</title>
		<link>http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1690</link>
		<dc:creator><![CDATA[Captain, we&#8217;re experiencing a configuration problem&#8230; &#171; Our Craft]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1690</guid>
		<description><![CDATA[[...] An entry in the note19 blog gave me the idea to check to make sure my project includes the AOP portion of the Spring libraries in its dependencies&#8230; so I ended up adding both spring-aop and spring-aspects to my pom file. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] An entry in the note19 blog gave me the idea to check to make sure my project includes the AOP portion of the Spring libraries in its dependencies&#8230; so I ended up adding both spring-aop and spring-aspects to my pom file. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sj</title>
		<link>http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1480</link>
		<dc:creator><![CDATA[sj]]></dc:creator>
		<pubDate>Tue, 15 Jan 2008 05:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1480</guid>
		<description><![CDATA[Yes this is also my understanding of the embedded broker. On paper it lets you run AMQ with your servlet container and this way you don&#039;t have to manage another JVM (the one for AMQ). As I mentioned in my post, I was attracted by the promise of the embedded broker, but I couldn&#039;t get it to work in my 1st attempt and for now I&#039;ve given up.

If you do get it to work, please let us know :-)]]></description>
		<content:encoded><![CDATA[<p>Yes this is also my understanding of the embedded broker. On paper it lets you run AMQ with your servlet container and this way you don&#8217;t have to manage another JVM (the one for AMQ). As I mentioned in my post, I was attracted by the promise of the embedded broker, but I couldn&#8217;t get it to work in my 1st attempt and for now I&#8217;ve given up.</p>
<p>If you do get it to work, please let us know <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ak</title>
		<link>http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1473</link>
		<dc:creator><![CDATA[Ak]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 09:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1473</guid>
		<description><![CDATA[BTW, I tried out your code, it throws an exception-
amq:broker not found ... some exception related to not finding the element declaration.
I changed the 
http://activemq.apache.org/snapshot-schema/activemq-core-5.0-SNAPSHOT.xsd
to
http://activemq.apache.org/schema/activemq-core.xsd
in the schemaLocation attribute of the xml file.]]></description>
		<content:encoded><![CDATA[<p>BTW, I tried out your code, it throws an exception-<br />
amq:broker not found &#8230; some exception related to not finding the element declaration.<br />
I changed the<br />
<a href="http://activemq.apache.org/snapshot-schema/activemq-core-5.0-SNAPSHOT.xsd" rel="nofollow">http://activemq.apache.org/snapshot-schema/activemq-core-5.0-SNAPSHOT.xsd</a><br />
to<br />
<a href="http://activemq.apache.org/schema/activemq-core.xsd" rel="nofollow">http://activemq.apache.org/schema/activemq-core.xsd</a><br />
in the schemaLocation attribute of the xml file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ak</title>
		<link>http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1472</link>
		<dc:creator><![CDATA[Ak]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 08:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1472</guid>
		<description><![CDATA[And another thing, I just forgot to tell you- this is what I did-

		
			&lt;!-- we are using the conventional ActiveMQ configuration file. This will keep the spring config file clean and seperate from the ActiveMQ configurations --&gt;
			
			&lt;!-- well, start it! --&gt;
			
		]]></description>
		<content:encoded><![CDATA[<p>And another thing, I just forgot to tell you- this is what I did-</p>
<p>			<!-- we are using the conventional ActiveMQ configuration file. This will keep the spring config file clean and seperate from the ActiveMQ configurations --></p>
<p>			<!-- well, start it! --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ak</title>
		<link>http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1471</link>
		<dc:creator><![CDATA[Ak]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 08:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1471</guid>
		<description><![CDATA[Hi Sj,

Had other problems trying to embed the broker into a webapplication.
I tried fixing one error after other by making modifications to the activemq.xml file but they never seem to end.
As per my understanding, I believe that embedding a broker means- well- making it run as part of your container. is that right? I&#039;ve poured *all* the jars in the activemq/lib dir to the lib directory of my webapp. But I get a plethora of problems. Currently, I&#039;ve got problems configuring the keystore and cert stuff that were available previously in the conf directory. How do I go about setting these things in my embedded broker? This broker thing almost got me broke.

any help? Feel free to email back. I need all the help I can get. :)
thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Sj,</p>
<p>Had other problems trying to embed the broker into a webapplication.<br />
I tried fixing one error after other by making modifications to the activemq.xml file but they never seem to end.<br />
As per my understanding, I believe that embedding a broker means- well- making it run as part of your container. is that right? I&#8217;ve poured *all* the jars in the activemq/lib dir to the lib directory of my webapp. But I get a plethora of problems. Currently, I&#8217;ve got problems configuring the keystore and cert stuff that were available previously in the conf directory. How do I go about setting these things in my embedded broker? This broker thing almost got me broke.</p>
<p>any help? Feel free to email back. I need all the help I can get. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sj</title>
		<link>http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1469</link>
		<dc:creator><![CDATA[sj]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 01:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1469</guid>
		<description><![CDATA[Hi, I&#039;ve not used the VM transport. I&#039;ve so far always used the tcp transport. I gave up trying to get the embedded broker to work. When I get more time I&#039;ll have another go at it.]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve not used the VM transport. I&#8217;ve so far always used the tcp transport. I gave up trying to get the embedded broker to work. When I get more time I&#8217;ll have another go at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ferry</title>
		<link>http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1455</link>
		<dc:creator><![CDATA[Ferry]]></dc:creator>
		<pubDate>Fri, 11 Jan 2008 07:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/07/activemq-embedded-broker/#comment-1455</guid>
		<description><![CDATA[Hi,
Could you send me the sample code on how to run ActiveMQ embedded broker to my mail ?
The document is not very clear, as there&#039;s no explanation on the XML.
If we want to use VM transport should the :
  
    
        --&gt; changed to &quot;vm://localhost&quot;
    
  ]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Could you send me the sample code on how to run ActiveMQ embedded broker to my mail ?<br />
The document is not very clear, as there&#8217;s no explanation on the XML.<br />
If we want to use VM transport should the :</p>
<p>        &#8211;&gt; changed to &#8220;vm://localhost&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

