RE: What all is needed to make the Embed OpenJMS i nto any other software

"Priest, Mark" <mpriest-T2hhe/[email protected]>
Newsgroups gmane.comp.java.openjms.user
Message-ID <CE3E0C0D22744C42B6783ADA48629C52018790D0@MAIL>
Well, if you are going to look up the connection factories and destinatioans
using JNDI then you would need to specify those properties when you
construct your InitialContext.  Nothing mysterious there. :)

-Mark

-----Original Message-----
From: Sale Rahul [mailto:rahulsale-/[email protected]]
Sent: Friday, April 15, 2005 8:08 AM
To: [email protected]
Subject: RE: [openjms-user] What all is needed to make the Embed OpenJMS
i nto any other software


Hello Mark,
Not sure why do i need *Here are the JNDI props:* ???
Please give background in details..


With Regs
Rahul


--- "Priest, Mark" <mpriest-T2hhe/[email protected]> wrote:

> I used the following jars with openjms 0.7.6.1
> 
> castor-0.9.5.jar
> commons-collections-2.1.jar
> commons-dbcp-1.1.jar
> commons-logging.jar
> commons-pool-1.1.jar
> concurrent-1.3.2.jar
> exolabcore-0.3.7.jar
> jndi-1.2.1.jar
> openjms-0.7.6.1.jar
> openjms-client-0.7.6.1.jar
> 
> You should try the examples and docs to get the
> basic thing working before
> you try running in embedded mode.
> 
> -----Original Message-----
> From: Sale Rahul [mailto:rahulsale-/[email protected]] 
> Sent: Wednesday, April 13, 2005 11:28 AM
> To: [email protected]
> Subject: RE: [openjms-user] What all is needed to
> make the Embed OpenJMS i
> nto any other software
> 
> 
> Dear Mark,
> Thanks a lot for your help.
> Can you please tell me what all jars and what
> environment i need to setup to make this work.
> e.g. 
> #1. What all jasr i have to take into classpath.
> #2. To make sure i have the openjms working and all,
> what else i need to do.
> 
> 
> Thanks again...
> 
> 
> With Regs
> Rahul 
> 
> Please suggest on this.
> --- "Priest, Mark" <mpriest-T2hhe/[email protected]> wrote:
> > I have used it in embedded mode.  Here is the code
> I
> > used to start the
> > server:
> > 
> > String configPath = getOpenJMSHome() +
> > "/config/openjms.xml";
> > JmsServer server = new JmsServer(configPath);
> > server.init();
> > 
> > private static String getOpenJMSHome()
> > {
> >     return System.getProperty("openjms.home",
> >         System.getProperty("user.dir"));
> > }
> > 
> > Here is the openjms.xml:
> > 
> > <Configuration>
> > 
> >   <ServerConfiguration host="localhost"
> > embeddedJNDI="true" />
> >   <LoggerConfiguration
> file="${openjms.home}/config/log4j.xml" />
> > 
> >   <!-- Required when using an RMI connector -->
> >   <Connectors>
> >     <Connector scheme="embedded">
> >       <ConnectionFactories>
> >         <QueueConnectionFactory
> name="JmsQueueConnectionFactory" />
> >         <TopicConnectionFactory
> > name="JmsTopicConnectionFactory" />
> >       </ConnectionFactories>
> >     </Connector>
> >   </Connectors>
> >     
> >   <!-- Required  -->
> >   <DatabaseConfiguration>
> >     <RdbmsDatabaseConfiguration
> >       driver="org.gjt.mm.mysql.Driver" 
> >       url="jdbc:mysql://localhost/openjms"
> >       user="root" 
> >       password=""
> >       evictionInterval="3600"
> >       testQuery="select current_date"/>
> >   </DatabaseConfiguration>
> > 
> >   <!-- Required -->    
> >   <AdminConfiguration
> script="${openjms.home}\bin\startup.bat" />
> >     
> >   <SecurityConfiguration securityEnabled="false"/>
> > 
> >   <Users>
> >     <User name="admin" password="openjms"/>
> >   </Users>
> > 
> > Here are the JNDI props:
> > 
> > # the initial context factory class
> >
>
java.naming.factory.initial=org.exolab.jms.jndi.InitialContextFactory
> > 
> > # the context provider URL
> java.naming.provider.url=embedded://
> > 
> > # the topic connection factory 
> >
> JMSTopicConnectionFactory=JmsTopicConnectionFactory
> > 
> > Good luck,
> > Mark
> > 
> > -----Original Message-----
> > From: Sale Rahul [mailto:rahulsale-/[email protected]]
> > Sent: Tuesday, April 12, 2005 4:23 AM
> > To: [email protected]
> > Subject: [openjms-user] What all is needed to make
> > the Embed OpenJMS
> > into any other software
> > 
> > 
> > Hello All,
> > I am trying to embed the OpenJMS to our server
> test
> > software, i know there are classes like JMSServer
> > and
> > EMbededJMSErver, but was wondering apart from this
> > what all i have to do to make it work. If some
> body
> > has done it, please let me know.
> > 
> > Thanks in advance.
> > 
> > 
> > With Regs
> > Rahul Saley
> > 
> > 
> > 		
> > __________________________________
> > Do you Yahoo!? 
> > Yahoo! Small Business - Try our new resources
> site!
> > http://smallbusiness.yahoo.com/resources/ 
> > 
> > 
> >
>
-------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT
> > Products from real users.
> > Discover which products truly live up to the hype.
> > Start reading now.
> >
>
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > openjms-user mailing list
> > [email protected]
> >
>
https://lists.sourceforge.net/lists/listinfo/openjms-user
> > 
> > 
> >
>
-------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT
> > Products from real users.
> > Discover which products truly live up to the hype.
> > Start reading now.
> >
>
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > openjms-user mailing list
> > [email protected]
> >
>
https://lists.sourceforge.net/lists/listinfo/openjms-user
> > 
> 
> 
> 		
> __________________________________ 
> Do you Yahoo!? 
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/ 
> 
> 
>
-------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT
> Products from real users.
> Discover which products truly live up to the hype.
> Start reading now.
>
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> openjms-user mailing list
> 
=== message truncated ===



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
openjms-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openjms-user


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.