[jboss-user] [JBoss Messaging] New message: "Re: Integrating Sun Open MQ and JBoss"

Byron du Preez do-not-reply at jboss.com
Wed Jan 13 03:55:50 EST 2010


User development,

A new message was posted in the thread "Integrating Sun Open MQ and JBoss":

http://community.jboss.org/message/519761#519761

Author  : Byron du Preez
Profile : http://community.jboss.org/people/bdupreez@jhb.dvt.co.za

Message:
--------------------------------------------------------------
To resolve this issue, you need to do the following:
1. Unzip the standard “*imqjmsra.rar*” in “<+OPEN_MQ_HOME+>/mq/lib/” to a temporary folder.
2. Edit the standard “*META-INF/MANIFEST.MF*” file in this temporary folder and replace the file’s original contents:
Manifest-Version: 1.0
Specification-Title: Open Message Queue / Sun Java(tm) System Message  Queue J2EE Resource Adapter for JMS
Class-Path: imqbroker.jar 
Created-By: 1.5.0_09 (Sun Microsystems Inc.)
Main-Class: com.sun.messaging.jmq.Version
Implementation-Title: Open Message Queue
Specification-Vendor: Sun Microsystems, Inc.
Specification-Version: 1.5
Implementation-Version: 4.3 (Build 7-g)
Implementation-Vendor: Sun Microsystems, Inc. 
Name: com/sun/messaging/jms/ra

with something like the following:
Manifest-Version: 1.0
Created-By: 1.5.0_09 (Sun Microsystems Inc.)
Sealed: false
Specification-Title: J2EE Connector Architecture
Specification-Version: 1.5
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Title: Open Message Queue J2EE Resource Adapter for JMS
Implementation-Version: 4.3 (Build 7-g)
Implementation-Vendor: Sun Microsystems, Inc.

+The “Class-Path”, “Name” and/or “Main-Class” entries in the original file seem to be causing the deployment problem.
+
Re-zip the modified contents into a new version of the “*imqjmsra.rar*” file.
i+.     + +Ensure that you created a ZIP archive and NOT a RAR archive.
++ii.     + +Ensure that the root of the new “*imqjmsra.rar*” file contains a META-INF folder and 3 jars.
+
Copy the modified “*imqjmsra.rar*” to “<+JBOSS_HOME+>/server/<+server name [default]+>/deploy/”.
--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/519761#519761




More information about the jboss-user mailing list