<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - narkisr</title>
<link>http://snipplr.com/users/narkisr/tags/JBoss</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 08:00:44 GMT</pubDate>
<item>
<title>(Java) Simple annotation based MDB in JBoss</title>
<link>http://snipplr.com/view/4806/simple-annotation-based-mdb-in-jboss/</link>
<description><![CDATA[ <p>An example of an annotated MDB in JBoss with some interesting. options</p> ]]></description>
<pubDate>Mon, 28 Jan 2008 08:56:37 GMT</pubDate>
<guid>http://snipplr.com/view/4806/simple-annotation-based-mdb-in-jboss/</guid>
</item>
<item>
<title>(Java) Simple JBoss JMS Queue configutation</title>
<link>http://snipplr.com/view/4805/simple-jboss-jms-queue-configutation/</link>
<description><![CDATA[ <p>This is the MBean deceleration of a JMS Queue definition which can be embedded within jboss-service.xml that belogs to a Sar or to any other file which ends with service.xml   and is picked up by JBoss</p> ]]></description>
<pubDate>Mon, 28 Jan 2008 05:29:07 GMT</pubDate>
<guid>http://snipplr.com/view/4805/simple-jboss-jms-queue-configutation/</guid>
</item>
<item>
<title>(Java) An example of  JBoss @Depends annotation usage within an MBean</title>
<link>http://snipplr.com/view/4743/an-example-of--jboss-depends-annotation-usage-within-an-mbean/</link>
<description><![CDATA[ <p>In this example we see that the @Depends annotation contains the JMX name of the stateless bean that we are dependent upon.
For example: jboss.j2ee:ear=dummyEar.ear,jar=dummyJar.jar,name=DummySLSB,service=EJB3 

consists of:
jboss.j2ee: # our domain
ear=dummyEar.ear #containing deployment unit
jar=dummyJar.jar # the application container 
name=DummySLSB # the name of the service
service=EJB3 # the service type
To find out these values its best to look at http://localhost:8080/jmx-console/ when the jboss is up.</p> ]]></description>
<pubDate>Wed, 23 Jan 2008 12:39:00 GMT</pubDate>
<guid>http://snipplr.com/view/4743/an-example-of--jboss-depends-annotation-usage-within-an-mbean/</guid>
</item>
<item>
<title>(Ruby) JBoss Null JMS Persistency setup script</title>
<link>http://snipplr.com/view/4710/jboss-null-jms-persistency-setup-script/</link>
<description><![CDATA[ <p>This script will setup JBoss 4.2.2 to use null persistence (no DB, see http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence) when handling JMS messages.</p> ]]></description>
<pubDate>Mon, 21 Jan 2008 19:28:56 GMT</pubDate>
<guid>http://snipplr.com/view/4710/jboss-null-jms-persistency-setup-script/</guid>
</item>
<item>
<title>(Java) JBoss Default DS usage</title>
<link>http://snipplr.com/view/4593/jboss-default-ds-usage/</link>
<description><![CDATA[ <p>This is a simple lookup and usage of the default DS in JBoss</p> ]]></description>
<pubDate>Tue, 15 Jan 2008 08:47:49 GMT</pubDate>
<guid>http://snipplr.com/view/4593/jboss-default-ds-usage/</guid>
</item>
</channel>
</rss>