Skip to content

Instantly share code, notes, and snippets.

@jpoetker
Created October 3, 2012 12:32
Show Gist options
  • Save jpoetker/3826694 to your computer and use it in GitHub Desktop.
Save jpoetker/3826694 to your computer and use it in GitHub Desktop.
Websphere MQ JMS OSGi Feature File
<?xml version="1.0"?>
<features>
<feature name="wmq-jms" version="7.5.0.0">
<bundle start-level="55">
file:/opt/mqm/java/lib/OSGi/com.ibm.mq.osgi.directip_7.5.0.0.jar
</bundle>
<bundle start-level="55">
file:/opt/mqm/java/lib/OSGi/com.ibm.mq.osgi.java_7.5.0.0.jar
</bundle>
<bundle start-level="55" start="false">
file:/opt/mqm/java/lib/OSGi/com.ibm.msg.client.osgi.commonservices.j2se_7.5.0.0.jar
</bundle>
<bundle start-level="55">
file:/opt/mqm/java/lib/OSGi/com.ibm.msg.client.osgi.jms_7.5.0.0.jar
</bundle>
<bundle start-level="55">
file:/opt/mqm/java/lib/OSGi/com.ibm.msg.client.osgi.jms.prereq_7.5.0.0.jar
</bundle>
<bundle start-level="55">
file:/opt/mqm/java/lib/OSGi/com.ibm.msg.client.osgi.nls_7.5.0.0.jar
</bundle>
<bundle start-level="55">
file:/opt/mqm/java/lib/OSGi/com.ibm.msg.client.osgi.wmq_7.5.0.0.jar
</bundle>
<bundle start-level="55">
file:/opt/mqm/java/lib/OSGi/com.ibm.msg.client.osgi.wmq.nls_7.5.0.0.jar
</bundle>
<bundle start-level="55">
file:/opt/mqm/java/lib/OSGi/com.ibm.msg.client.osgi.wmq.prereq_7.5.0.0.jar
</bundle>
</feature>
</features>
<?xml version="1.0"?>
<features>
<feature name="wmq-jms" version="7.5.0.0">
<bundle start-level="55">
mvn:com.ibm.mq/com.ibm.mq.osgi.directip/7.5.0.0
</bundle>
<bundle start-level="55">
mvn:com.ibm.mq/com.ibm.mq.osgi.java/7.5.0.0
</bundle>
<bundle start-level="55" start="false">
mvn:com.ibm.mq/com.ibm.msg.client.osgi.commonservices.j2se/7.5.0.0
</bundle>
<bundle start-level="55">
mvn:com.ibm.mq/com.ibm.msg.client.osgi.jms/7.5.0.0
</bundle>
<bundle start-level="55">
mvn:com.ibm.mq/com.ibm.msg.client.osgi.jms.prereq/7.5.0.0
</bundle>
<bundle start-level="55">
mvn:com.ibm.mq/com.ibm.msg.client.osgi.nls/7.5.0.0
</bundle>
<bundle start-level="55">
mvn:com.ibm.mq/com.ibm.msg.client.osgi.wmq/7.5.0.0
</bundle>
<bundle start-level="55">
mvn:com.ibm.mq/com.ibm.msg.client.osgi.wmq.nls/7.5.0.0
</bundle>
<bundle start-level="55">
mvn:com.ibm.mq/com.ibm.msg.client.osgi.wmq.prereq/7.5.0.0
</bundle>
</feature>
</features>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment