Distribution of jms.jar

I was just reading over the license for jms.jar, does Sun plan to release the jms.jar under other licenses? I wrote a JMS sampler for Jakarat JMeter. It would be nice to be able to include the jar in the distribution, but the indemnification clause is a sticky point. Does anyone know?
if not, we'll do the usual thing and have users download jms.jar themselves or use the jar provided by the JMS provider.
thanks in advance.
peter

hi.
i think it's better to let the user download the jms.jar themselves.
Moreover - if they have a messaging vendor - let the vendor worry about it.
There's a thin line between giving enough jars on the installer and giving
that one too many that causes systems that you 'do not touch' to fail...

Similar Messages

  • Where is the JMS jar file for CEP?

    I cannot find in any jar finder the JMS jar file for CEP.
    I mean the jar file which includes com.bea.wlevs.adapters.jms.api.InboundMessageConverter, com.bea.wlevs.adapters.jms.api.OutboundMessageConverter, etc.
    Does anybody know the link?
    Thanks!

    Thanks, but it is not there.
    I only have the following:
    com.bea.core.jsmpool_1.7.0.0.jar
    javax.jms_1.1.1.jar
    org.springframework.spring-jms_2.5.6.jar
    And if I cannot find it there, where could it be?
    Thanks!

  • [svn:fx-trunk] 11488: Resubmitting binary distribution of xercesPatch. jar from the third party module in the SDK and compiled it with Sun JDK 1.4 .2_12.

    Revision: 11488
    Author:   [email protected]
    Date:     2009-11-05 17:10:10 -0800 (Thu, 05 Nov 2009)
    Log Message:
    Resubmitting binary distribution of xercesPatch.jar from the third party module in the SDK and compiled it with Sun JDK 1.4.2_12.
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-16818 - Must open-source the code for xercesPatch.jar.
    Reviewer: Discussed with Gordon
    Tests run: Checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-16818
    Modified Paths:
        flex/sdk/trunk/lib/xercesPatch.jar
        flex/sdk/trunk/modules/thirdparty/xerces-patch/build.xml

    Did you try this:
    http://forum.java.sun.com/thread.jsp?thread=434718&forum=60&message=1964421

  • Where do I get javax:jms:jms:jar:1.1 for maven2?  Error message is misleadi

    I decided to give this ActiveMQ thing a spin and created a simple pom.
    When I run
         $mvn install
    I get the following error message (see below).
    I went to the following URL : http://java.sun.com/products/jms/docs.html
    to download a jar to put in the repo but at this URL there are only PDF files (no reference impl's).
    What to do?
    --- Error message
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.
    Missing:
    1) javax.jms:jms:jar:1.1
    Try downloading the file manually from:
    http://java.sun.com/products/jms/docs.html
    Then, install it using the command:
    mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
    Alternatively, if you host your own repository you can deploy the file there:
    mvn deploy:deploy-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=url -DrepositoryId=[id]
    Path to dependency:
    1) shift:activemq-sample:jar:1.0-SNAPSHOT
    2) log4j:log4j:jar:1.2.15
    3) javax.jms:jms:jar:1.1
    1 required artifact is missing.
    for artifact:
    shift:activemq-sample:jar:1.0-SNAPSHOT
    from the specified remote repositories:
    http://people.apache.org/repo/m2-snapshot-repository (http://people.apache.org/repo/m2-snapshot-repository/),
    maven2-repository.dev.java.net (http://download.java.net/maven/2/),
    central (http://repo1.maven.org/maven2)

    MGW
    Bottom line..... if you want to import the Copied Folder's audio exclusively for playback as a music file, you use the copy of the music file itself in the Copied Folder and not its conformed audio files (cfa and pek) of which the pek file is one (involved in the project'sTimeline waveform). You do not use cfa and/or pek as a playback audio file.
    More....
    When you write
    00001.m2ts 48000_1.pek
    In the BDMV folder, 00000.m2ts represents the movie file; 00001.m2ts represents the main menu of the disc menu; 00002.m2ts scene menu
    What you wrote tells me that you are trying to play back a standalone conformed audio file that relates to a main menu replacement audio in a disc menu. The replacement audio has 3 possible files associated with it, the audio file itself (Project Assets, .mp3, wav), the conformed audio set of cfa file and pek file (Media Cache Files Folder). The pek file is related to the waveform that you see in the audio track display style that displays the audio's waveform in the project.
    If you have imported audio to the project's Timeline and have replacement audio in the disc menu, then in the Copied Folder you should expect to find
    IN EACH CASE 3 files -  the music file itself and the associated conformed audio files (cfa and pek).
    If you remove the .pek file from the Copied Folder, the project.prel that you open from there will have audio issues (no audio track display waveform and
    probably no sound). The program automatically generates these conformed audio files if deleted, but.... that is another story.
    You are not looking for a .m2ts codec.
    ATR

  • Jms.jar file  does not exist

    hi dear
    can anybody help me..
    I m using CMD. I have problem in using jms.jar file, i have jms.jar file in my ...\lib\jms.jar. But i m not able to use that jar file. i set the class path from system property and that showing in class path of CMD but my program is not ruuning Error is...
    CSV2XML1.java:13: package javax.jms does not exist
    import javax.jms.Connection;
    ^
    CSV2XML1.java:14: package javax.jms does not exist
    import javax.jms.ConnectionFactory;
    ^
    CSV2XML1.java:15: package javax.jms does not exist
    import javax.jms.Destination;
    ^
    CSV2XML1.java:16: package javax.jms does not exist
    import javax.jms.MessageProducer;
    ^
    CSV2XML1.java:17: package javax.jms does not exist
    import javax.jms.Session;
    ^
    CSV2XML1.java:18: package javax.jms does not exist
    import javax.jms.TextMessage;
    ^
    CSV2XML1.java:255: cannot find symbol
    symbol : class ConnectionFactory
    location: class com.firm58.getCo.CSV2XML1
    ConnectionFactory connectionFactory = (ConnectionFactory
    ) initialContext.lookup("weblogic.jms.XAConnectionFactory");
    ^
    CSV2XML1.java:255: cannot find symbol
    symbol : class ConnectionFactory
    location: class com.firm58.getCo.CSV2XML1
    ConnectionFactory connectionFactory = (ConnectionFactory
    ) initialContext.lookup("weblogic.jms.XAConnectionFactory");
    ^
    CSV2XML1.java:256: cannot find symbol
    symbol : class Connection
    location: class com.firm58.getCo.CSV2XML1
    Connection connection = connectionFactory.createConnecti
    on();
    ^
    CSV2XML1.java:257: cannot find symbol
    symbol : class Session
    location: class com.firm58.getCo.CSV2XML1
    Session session = connection.createSession(false, Sessio
    n.AUTO_ACKNOWLEDGE);
    ^
    CSV2XML1.java:257: cannot find symbol
    symbol : variable Session
    location: class com.firm58.getCo.CSV2XML1
    Session session = connection.createSession(false, Sessio
    n.AUTO_ACKNOWLEDGE);
    ^
    CSV2XML1.java:260: cannot find symbol
    symbol : class Destination
    location: class com.firm58.getCo.CSV2XML1
    Destination queue = (Destination) initialContext.lookup(
    "jms/customerInputQ");
    ^
    CSV2XML1.java:260: cannot find symbol
    symbol : class Destination
    location: class com.firm58.getCo.CSV2XML1
    Destination queue = (Destination) initialContext.lookup(
    "jms/customerInputQ");
    ^
    CSV2XML1.java:261: cannot find symbol
    symbol : class MessageProducer
    location: class com.firm58.getCo.CSV2XML1
    MessageProducer producer = session.createProducer(queue)
    ^
    CSV2XML1.java:262: cannot find symbol
    symbol : class TextMessage
    location: class com.firm58.getCo.CSV2XML1
    TextMessage messageJMS = session.createTextMessage();
    ^
    Thanks for help
    bimlesh

    To me it looks like CLASSPATH is not set in your environment. When type echo %CLASSPATH% you should see something like /opt/sun/mq/share/lib/jms.jar:/opt/sun/mq/share/lib/jaxm-api.jar:/opt/sun/mq/share/lib/imqxm.jar:/opt/sun/mq/share/lib/imqservlet.jar:/opt/sun/mq/share/lib/imq.jar:/opt/sun/mq/share/lib/fscontext.jar
    (sorry but I don't have windows machine) and not %CLASSPATH%. Adding your jar files to PATH variable won't help. When you start your cmd type "set" you should see if CLASSPATH is set when your environment is printed. If it's not set try setting it byt typing set CLASSPATH=your_path_to\jms.jar;your_path_to\imq.jar;. .Then run your application.

  • JMS .jar files

    Hi All,
    We are working on XI interfaces implementation. As part of our project, we have to implement JMS to receive messages from an external server.
    What are the .jar files that need to be deployed in XI to enable JMS communication?
    Where can we find these .jar files? and Is there any documentation explaining a sample JMS communication scenario in XI?
    Thank you,
    Regards,
    Balaji.M

    Hi Balaji -
    As far as JMS providers are concerned, WebSphereMQ, Sonic MQ, and SAP JMS are well supported by SAP.  Outside of these, the current official stance is that the JMS provider must be compatible with the JMS 1.02b or 1.1 specification. 
    Part of the problem is that there are a large number of 3rd party JMS providers out there from different vendors (with different versions) and it is unreasonable/unmanagable to maintain support for all of them, especially if providers deviate or do not comply to the specifications.  Even so I know of customers who have successfully implemented JMS integration with other major JMS providers like Tibco and BEA.  But I know of another case, for example, where SSL connectivity was required for Tibco integration and it was not supportable (at that time at least).
    Depending on the JMS provider being used, you may run into varying degrees of issues during integration and, unfortunately, varying degrees of support SAP can provide.  So if you have the option, stick with the well supported JMS providers I listed initially.  If the JMS provider in your landscape is not one of these, I'd recommend creating a SAP customer message to find out whether your particular JMS provider can be supported before going forward with it in your interface design.
    BTW, the guide <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10">How to Install and Configure External Drivers for JDBC & JMS</a> gives you the specifics on how to deploy the JMS drivers.
    Regards,
    Jin

  • BEA WebLogic 10.3 JMS Jar version

    Hi,
    Someone knows what specific version of JMS BEA Jar should be used when connecting to a 10.3 JMS BEA Server from a PI 7.0 system?
    Thanks in advance.

    I tried that but I could not find it, do you have the link?
    Thanks.

  • Where is OSB JMS jar located?

    Hi experts,
    I encountered the following error when running the WLST:
    java.lang.ClassNotFoundException: com.bea.wli.sb.transports.jms.JmsInboundMDB.
    It failed when I called 'loadApplication' to get the WLSTPlan.
    Thank you so much for the help.
    Edited by: user8050604 on Sep 22, 2011 2:47 PM

    sb-transports-main.jar
    javaclassfinder is your friend

  • Multi vendor JMS jar files

    Hi,
    I have both the J2EE 1.3 jar file and weblogic 6.1 jar file in my class path. I have a single process which I want to take messages from J2EE and put them to weblogic.
    This seems to work fine if the weblogic file is before J2EE but fails when the J2EE is picked up first. The J2EE implementation fails to write to the weblogic queue.
    Going forward I would hope that my process could communicate with multiple JMS implementations from various vendors. My concern is whether the classpath order will prevent this.
    Are there specifications covering this kind of multi vendor scenario ?
    Cheers
    Mairt

    I may have found the answer to my question in the
    following quote from the JMS FAQ on this site
    "The JMS specification does not require that one JMS
    provider be able to send messages directly to another
    provider."
    I assume this means if I need to communicate with
    multiple vendors JMS implementations, each of which
    requires that I include their jar file in my
    classpath, then I need a way of specifying which
    implementation to use at runtime.
    Hmmm....any ideas ?
    Cheers,
    MairtAssuming your existing providers have implemented JMS correctly there is no reason why you cannot use JNDI to resolve your name space conflicts. The Topic/Queue connection factory implementations will be what is stored in the directory and use the vendor specific factories and classes for client reconstruction.
    Regards,
    Paul

  • Required JMS jar files

    Hi All,
    We are implementing JMS in one of our projects. What are the .jar files that need to be deployed in XI and where can i find these .jar files?
    Thank you,
    Regards,
    Balaji.M

    There's no reason that I can think of to use a custom startup class to implement MQ integration. Search the Oracle WebLogic General and/or JMS forums for the keyword "MQ" and you will quickly find links to the related FAQ in the JMS edocs and a step-by-step blog.
    Tom

  • Swing clients and distribution of wlclient.jar

    I plan on distributing an enterprise application. It will have server-side code (EJB, JMS ..) and client-side code (swing gui). A requirement is for ~40 clients to be able to connect to the server at once.
    My question is, how do I go about distributing my application to interested buyers, as far as redistributing any sort of weblogic server code (weblogic.jar, wlclient.jar, wljmsclient.jar)?
    Will they need to buy a license for every client machine?
    Is there a way to build a jar for the client that I am free to distribute? the ant task clientgen doesn't seem like it will help in my situation.
    Am I allowed to redistribute wlclient.jar or wljmsclient.jar?
    Will i have to include instructions to copy those 2 jars from their server to any client? Is that legal?

    quan nump <[email protected]> writes:
    I plan on distributing an enterprise application. It will have server-side code (EJB, JMS ..) and client-side code (swing gui). A requirement is for ~40 clients to be able to connect to the server at once.
    My question is, how do I go about distributing my application to interested buyers, as far as redistributing any sort of weblogic server code (weblogic.jar, wlclient.jar, wljmsclient.jar)?
    Will they need to buy a license for every client machine?No. You are free to redistribute the clients sicne it is the server
    that we license. Many customers do this in combination with Java
    WebStart which is simply a pull mechanism.
    Is there a way to build a jar for the client that I am free to distribute? the ant task clientgen doesn't seem like it will help in my situation.I think you are free to redistribute the client.
    Am I allowed to redistribute wlclient.jar or wljmsclient.jar?I believe so
    Will i have to include instructions to copy those 2 jars from their server to any client? Is that legal?If you use Java WebStart then the customers can download these automatically.
    andy

  • Oracle 9i Streams AQ JMS jar files download

    Hi,
    i assume i need some jarfiles to access Oracle Streams AQ JMS for Oracle 9i.
    I just want to write some JAVA Applications using "Oracle Streams AQ JMS for Oracle 9i"
    What should i download? Where could it be found?

    AQ is part of the database. All the software related to AQ is included in the database. The doc for AQ is http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96587/toc.htm
    Chapter 3 of the doc includes:
        Using PL/SQL to Access AQ
        Using OCI to Access AQ
            Examples
        Using Visual Basic (OO4O) to Access AQ
            For More Information
        Using AQ Java (oracle.AQ) Classes to Access AQ
            Accessing Java AQ Classes
            Advanced Queuing Examples
            Managing the Java AQ API
        Using Oracle Java Message Service to Access AQ
            Standard JMS Features
            Oracle JMS Extensions
            Accessing Standard and Oracle JMS
            For More Information

  • 2004q6 update7 cannot find jms.jar

    creator 2 and my j2ee application server finds the jms package but the
    ide i am using "Sun Studio Creator 2004q6 update7" does not. I have tried changing the classpath in tools ->options but without success.
    please let me know who to rectify this configuration.
    cheers,
    paul.

    Hi,
    Please post messages related to Creator 2 EA at the feedbacks programs portal. The URL is:
    https://feedbackprograms.sun.com/login.html
    Thanks,
    Creator Team

  • JMS api jar??? and implementations

    Is there a simple JMS api jar??? Kind of like the SAX/DOM in j2sdk1.4, where you can change the implementation. I am very confused on how to get started with a client that is not J2EE. Say I have a swing client. How do I do some JMS??? I would assume, I would use the client implementation provided by the JMS vendor, but I am looking at all the open source JMS vendors at
    http://java-source.net/open-source/jms
    When I look at the api's there is no ConnectionFactory like in the Java tutorial for JMS. ie. I can't find the apis. I feel like this is a really dumb question, but it can't be that hard.

    yes, I tried openJMS also. They had this site
    http://openjms.sourceforge.net/usersguide/jars.html
    and guess what, when you click on the jms jar, it leads you to a page with absolutely no jars.
    I also tried uberMQ, and something else. Any JMS setup would be good at this point. I did find a j2ee spec jar from geronimo. Why in the world don't they have one jar that everyone uses instead of everyone typing up their spec jar. This seems like bad way to do it when you want all the companies implementing the same api....I mean, what if I grab a non-spec compliant jms api jar and don't know it.
    Anyways, still just trying to get setup with as minimal a footprint as possible.
    thanks,
    dean

  • Sun-One Platform JMS (client-side jar?)

    Does anyone know if there is a JMS client-side jar file for
    the Sun-One Platform Edition?

    On Solaris they live in /usr/share/lib
    they are:
    jms.jar
    and
    imq.jar

Maybe you are looking for