<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.java.openjms.user">
    <title>gmane.comp.java.openjms.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.openjms.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3230"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3229"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3228"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3226"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3225"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3224"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3223"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3222"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3220"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3215"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3214"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3212"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3210"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3209"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3208"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3207"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3205"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3204"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3201"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjms.user/3200"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3230">
    <title>OpenJMS Exception</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3230</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>Vanitha</dc:creator>
    <dc:date>2008-11-05T08:42:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3229">
    <title>Error during execution</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3229</link>
    <description>
The program got compiled but was giving the following error during execution


javax.naming.NoInitialContextException: Need to specify class name in
environmen
t or system property, or as an applet parameter, or in an application
resource f
ile:  java.naming.factory.initial
        at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
45)
        at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288
)
        at
javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.jav
a:325)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at Listener.&lt;init&gt;(Listener.java:17)
        at Listener.main(Listener.java:54)
</description>
    <dc:creator>MonaTakle</dc:creator>
    <dc:date>2008-10-20T11:22:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3228">
    <title>SecurityConfiguration doesn't seem to do anything</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3228</link>
    <description>I am having trouble with openjms SecurityConfiguration. I assume that
if I set securityEnabled to true, I should need a user name and
password for the ConnectionFactory.creatConnection(username, password)
method, so that only registered users can create connections. However,
even with securityEnabled="true" I can still create a connection
without a username and password. Am I misunderstanding what the
SecurityConfiguration does? How can I make it so that only registered
users can create connections? I can't find any documentation on this
topic.

I am using openjms 0.7.7-beta1, here is a portion from my config file:

  &lt;SecurityConfiguration securityEnabled="true"/&gt;

  &lt;Users&gt;
    &lt;User name="admin" password="openjms"/&gt;
    &lt;User name="user1" password="password1"/&gt;
  &lt;/Users&gt;

Any help would be greatly appreciated.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Luke Mertens</dc:creator>
    <dc:date>2008-07-30T17:19:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3226">
    <title>hi connections management</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3226</link>
    <description>MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="0-1893520251-1213418822=:55413"

--0-1893520251-1213418822=:55413
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

hi=0AI am looking for guide lines to create connections and sessions.=0ACan=
 a single connection use multiple sessions. =0Acreating session is little e=
xpensive. can i use same session for other?=0AThanks=0ASreenivas=0A=0A=0A  =
    Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.=
com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
--0-1893520251-1213418822=:55413
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

&lt;html&gt;&lt;head&gt;&lt;style type=3D"text/css"&gt;&lt;!-- DIV {margin:0px;} --&gt;&lt;/style&gt;&lt;/he=
ad&gt;&lt;body&gt;&lt;div style=3D"font-family:times new roman, new york, times, serif;=
font-size:12pt"&gt;&lt;DIV&gt;hi&lt;/DIV&gt;=0A&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;=0A&lt;DIV&gt;I am looking for g=
uide lines to create connections and sessions.&lt;/DIV&gt;=0A&lt;DIV&gt;Can a single co=
nnection use multiple sessions. &lt;/DIV&gt;=0A&lt;DIV&gt;creating session is little ex=
pensive. can i use same session for other?&lt;/DIV&gt;=0A&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;=0A&lt;DIV=
nds, Best Food. Get all this and more on &lt;a href=3D"http://in.rd.yahoo.com/=
tagline_groups_11/*http://in.promos.yahoo.com/groups/bestofyahoo/"&gt; Best of=
 Yahoo! Groups.&lt;/a&gt;&lt;/body&gt;&lt;/html&gt;
--0-1893520251-1213418822=:55413--


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
</description>
    <dc:creator>Sreenivas Reddy</dc:creator>
    <dc:date>2008-06-14T04:47:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3225">
    <title>Fw: hi connections management</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3225</link>
    <description>-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>Sreenivas Reddy</dc:creator>
    <dc:date>2008-06-14T05:16:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3224">
    <title>Beginner question. How to connect to a remoteopenjms server.</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3224</link>
    <description>-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>Gaze, Peter J</dc:creator>
    <dc:date>2008-06-12T01:25:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3223">
    <title>InterruptedException / PersistenceException problem</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3223</link>
    <description>-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>NBW</dc:creator>
    <dc:date>2008-05-30T03:08:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3222">
    <title>Transaction not finished error</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3222</link>
    <description>HI,

I'm running 0.7.7-beta-1 on a mysql backend on Linux 2.6.24

It's the first time I get this error message in the openjms logs. It
seemed to affect all the programs using it. It's the same exception
being logged many times.

Thanks.

11:18:46.545 ERROR [ORB-Worker-25504] - Transaction not finished by
org.exolab.jms.net.orb.DefaultORB$1&lt; at &gt;10a649a. Allocated at
java.lang.Exception
at org.exolab.jms.persistence.DatabaseService$State.&lt;init&gt;(DatabaseService.java:321)
at org.exolab.jms.persistence.DatabaseService.begin(DatabaseService.java:152)
at org.exolab.jms.server.SessionConsumer.doReceive(SessionConsumer.java:658)
at org.exolab.jms.server.SessionConsumer.receive(SessionConsumer.java:379)
at org.exolab.jms.server.ServerSessionImpl.receive(ServerSessionImpl.java:270)
at org.exolab.jms.server.net.RemoteServerSession.receive(RemoteServerSession.java:195)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.exolab.jms.net.orb.DefaultORB$Handler.invoke(DefaultORB.java:572)
at org.exolab.jms.net.orb.DefaultORB$1.run(DefaultORB.java:530)
at org.exolab.jms.common.threads.ThreadPool$NotifyingRunnable.run(ThreadPool.java:211)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)

11:18:48.074 ERROR [ORB-Worker-25502] - Transaction not finished by
org.exolab.jms.net.orb.DefaultORB$1&lt; at &gt;1cd820b. Allocated at
java.lang.Exception
at org.exolab.jms.persistence.DatabaseService$State.&lt;init&gt;(DatabaseService.java:321)
at org.exolab.jms.persistence.DatabaseService.begin(DatabaseService.java:152)
at org.exolab.jms.server.SessionConsumer.doReceive(SessionConsumer.java:658)
at org.exolab.jms.server.SessionConsumer.receive(SessionConsumer.java:379)
at org.exolab.jms.server.ServerSessionImpl.receive(ServerSessionImpl.java:270)
at org.exolab.jms.server.net.RemoteServerSession.receive(RemoteServerSession.java:195)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.exolab.jms.net.orb.DefaultORB$Handler.invoke(DefaultORB.java:572)
at org.exolab.jms.net.orb.DefaultORB$1.run(DefaultORB.java:530)
at org.exolab.jms.common.threads.ThreadPool$NotifyingRunnable.run(ThreadPool.java:211)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
</description>
    <dc:creator>George H</dc:creator>
    <dc:date>2008-05-08T08:50:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3220">
    <title>OpenJMS deadlock</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3220</link>
    <description>-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>NBW</dc:creator>
    <dc:date>2008-05-02T14:02:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3215">
    <title>Missing source files?</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3215</link>
    <description>
I've downloaded both, the *.zip and the *.tar.gz, source bundles for v.
0.7.7-beta-1. Both seem to be missing some files from pkgs
org.exolab.jms.config.* and org.exolab.jms.tools.db. Some of these are:

org.exolab.jms.config.Configuration.java
org.exolab.jms.config.RdbmsDatabaseConfiguration.java
org.exolab.jms.config.ServerConfiguration.java
etc.

org.exolab.jms.config.types.SchemeType
etc.

org.exolab.jms.tools.db.Attribute
org.exolab.jms.tools.db.Database
org.exolab.jms.tools.db.Table
etc.

--aslam



</description>
    <dc:creator>aslam</dc:creator>
    <dc:date>2008-03-17T21:47:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3214">
    <title>OpenJMS on Android</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3214</link>
    <description>-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>Kuhn Michael</dc:creator>
    <dc:date>2008-03-14T11:17:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3212">
    <title>Can not set HttpConfiguration settings Please Help!!</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3212</link>
    <description>
I'm trying to add HttpConfiguration setting to the openjms.xml file.  This is
the error i get when i add the config from the openjms website.

This is the line i put in the openjms.xml file

&lt;HttpConfiguration port="3030" jndiPort="0" adminPort="0" bindAll="true" 
                     webServerHost="localhost" webServerPort="80"
                     servlet="/openjms-tunnel/tunnel"/&gt;

And this is the error i get.  Please help.

C:\openjms\bin&gt;shutdown.bat
Using OPENJMS_HOME: C:\openjms
Using JAVA_HOME:    C:\Program Files\Java\jre1.6.0_04
Using CLASSPATH:   
C:\openjms/lib/derby-10.1.1.0.jar;C:\openjms\lib\openjms-0.7.7-beta-1.jar;
C:\openjms\lib\openjms-tools-0.7.7-beta-1.jar
ValidationException: 0 is less than the minimum allowable value of 1;
   - location of error: XPATH: Configuration/HttpConfiguration
        at
org.exolab.castor.xml.validators.IntegerValidator.validate(IntegerValidator.
java:258)
        at
org.exolab.castor.xml.validators.IntegerValidator.validate(IntegerValidator.
java:316)
        at org.exolab.castor.xml.FieldValidator.validate(FieldValidator.java:
248)
        at
org.exolab.castor.xml.util.XMLClassDescriptorImpl.validate(XMLClassDescriptor
Impl.java:891)
        at
org.exolab.castor.xml.util.XMLClassDescriptorImpl.validate(XMLClassDescriptor
Impl.java:753)
        at
org.exolab.castor.xml.util.XMLClassDescriptorImpl.validate(XMLClassDescriptor
Impl.java:753)
        at org.exolab.castor.xml.Validator.validate(Validator.java:122)
        at org.exolab.castor.xml.FieldValidator.validate(FieldValidator.java:
250)
        at
org.exolab.castor.xml.util.XMLClassDescriptorImpl.validate(XMLClassDescriptor
Impl.java:885)
        at org.exolab.castor.xml.Validator.validate(Validator.java:122)
        at
org.exolab.castor.xml.UnmarshalHandler.endElement(UnmarshalHandler.java:709)
        at
org.exolab.jms.config.AttributeExpander$AttributeInterceptor.endElement
(AttributeExpander.java:156)
        at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Sou
rce)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown 
Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher
.dispatch(Unknown
Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.exolab.jms.config.AttributeExpander.start(AttributeExpander.
java:120)
        at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:507)
        at
org.exolab.jms.config.ConfigurationReader.read(ConfigurationReader.java:113)
        at
org.exolab.jms.config.ConfigurationReader.read(ConfigurationReader.java:93)
        at
org.exolab.jms.config.ConfigurationLoader.load(ConfigurationLoader.java:82)
        at org.exolab.jms.tools.admin.AdminMgr.main(AdminMgr.java:591)
Failed to initialize AdminMgr.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
</description>
    <dc:creator>Jay Mann</dc:creator>
    <dc:date>2008-03-13T14:10:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3210">
    <title>"Failed to lookup OpenJMS administration server at URL..."</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3210</link>
    <description>
I start the server, and then create an AdminConnection, as explained here:
http://openjms.sourceforge.net/usersguide/embedded.html

I've tried to do this with an embedded server (tried URLs "embedded://", as
well as  http://www.nabble.com/Embedded-server-URL-to15995008.html
"vm:openjms" ), as well as the default RMI and TCP servers. In all cases I
get an exception like this:

OpenJMS 0.7.7-beta-1
The OpenJMS Group. (C) 1999-2007. All rights reserved.
http://openjms.sourceforge.net
20:05:07.176 INFO  [main] - Server accepting connections on
rmi://10.1.2.67:1099/
20:05:07.192 INFO  [main] - JNDI service accepting connections on
rmi://10.1.2.67:1099/
20:05:07.223 INFO  [main] - Admin service accepting connections on
rmi://10.1.2.67:1099/
javax.jms.JMSException: Failed to lookup OpenJMS administration server at
URL: rmi://10.1.2.67:1099/
at
org.exolab.jms.administration.net.JmsAdminConnectionImpl.&lt;init&gt;(JmsAdminConnectionImpl.java:117)
at
org.exolab.jms.administration.AdminConnectionFactory.create(AdminConnectionFactory.java:107)
at
org.exolab.jms.administration.AdminConnectionFactory.create(AdminConnectionFactory.java:91)
...[truncated]

Anyone have any idea what might be wrong? The statement where this happens
is the following, in the constructor
org.exolab.jms.administration.net.JmsAdminConnectionImpl(String, String,
String):

admin = (RemoteJmsAdminServerIfc) registry.lookup("admin");

My config is as follows:

&lt;?xml version="1.0"?&gt;
&lt;Configuration&gt;

  &lt;ServerConfiguration host="localhost" embeddedJNDI="true" /&gt;
  
  &lt;Connectors&gt; 
    &lt;Connector scheme="rmi"&gt;
      &lt;ConnectionFactories&gt;
        &lt;QueueConnectionFactory name="JmsQueueConnectionFactory" /&gt;
        &lt;TopicConnectionFactory name="JmsTopicConnectionFactory" /&gt;
      &lt;/ConnectionFactories&gt;
    &lt;/Connector&gt;
  &lt;/Connectors&gt;    
  
  &lt;RmiConfiguration embeddedRegistry="true" registryHost="localhost"
registryPort="1099" /&gt;
  
  &lt;DatabaseConfiguration&gt;
    &lt;RdbmsDatabaseConfiguration
      driver="org.apache.derby.jdbc.EmbeddedDriver"
      url="jdbc:derby:openjmsdb;create=true" 
      user="openjms" 
      password="openjms"/&gt;
  &lt;/DatabaseConfiguration&gt;

  &lt;AdminConfiguration script="${openjms.home}\bin\startup.bat"
config="${openjms.config}" /&gt;
    
  &lt;AdministeredDestinations&gt;
    &lt;AdministeredTopic name="testTopic"&gt;
      &lt;Subscriber name="subscriber1" /&gt;
      &lt;Subscriber name="subscriber2" /&gt;
    &lt;/AdministeredTopic&gt;
  
    &lt;AdministeredQueue name="queue1" /&gt;
    &lt;AdministeredQueue name="queue2" /&gt;
    &lt;AdministeredQueue name="queue3" /&gt;
  &lt;/AdministeredDestinations&gt;

  &lt;Users&gt;
    &lt;User name="admin" password="openjms" /&gt; 
  &lt;/Users&gt;

&lt;/Configuration&gt;

</description>
    <dc:creator>aslam</dc:creator>
    <dc:date>2008-03-12T00:24:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3209">
    <title>Embedded server URL</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3209</link>
    <description>
Looks like the URL for an embedded server is "vm:openjms", based on
org.exolab.jms.jndi.InitialContextFactory.getProviderURI(String)

The doc at http://openjms.sourceforge.net/usersguide/embedded.html says it
is "embedded://".

Can someone confirm this?

Thanks.

--aslam


</description>
    <dc:creator>aslam</dc:creator>
    <dc:date>2008-03-11T23:53:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3208">
    <title>null jms exception</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3208</link>
    <description>Using openjms v0.7.7 beta 1

It seems that after a long period of time I start getting this
exception repeatedly when I try to publish a message on a topic.

null
org.exolab.jms.client.net.JMSExceptionAdapter.adapt(JMSExceptionAdapter.java:79)
org.exolab.jms.server.net.RemoteServerSession__Proxy.send(RemoteServerSession__Proxy.java:393)
org.exolab.jms.client.net.JmsSessionStubImpl.send(JmsSessionStubImpl.java:153)
org.exolab.jms.client.JmsSession.sendMessage(JmsSession.java:1164)
org.exolab.jms.client.JmsMessageProducer.send(JmsMessageProducer.java:359)
org.exolab.jms.client.JmsTopicPublisher.publish(JmsTopicPublisher.java:137)
org.exolab.jms.client.JmsTopicPublisher.publish(JmsTopicPublisher.java:92)
monitor.realtime.msg.MSGEngine.putOutgoingAll(MSGEngine.java:1096)
monitor.realtime.msg.MSGEngine.processQuery(MSGEngine.java:1065)
monitor.realtime.msg.MSGEngine.run(MSGEngine.java:135)

The message is null and the stack trace doesn't help me much. It ends
on my part of the program where I just put a message on a topic.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
</description>
    <dc:creator>George H</dc:creator>
    <dc:date>2008-02-28T08:10:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3207">
    <title>Failed to update persistent handle</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3207</link>
    <description>-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>Diogo Matos</dc:creator>
    <dc:date>2008-02-11T11:58:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3205">
    <title>when does openjms server write messages to themessage table?</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3205</link>
    <description>-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>Kim Kantola</dc:creator>
    <dc:date>2008-02-06T23:13:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3204">
    <title>Need help determining where a message is getting lost</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3204</link>
    <description>-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>Kim Kantola</dc:creator>
    <dc:date>2008-02-06T18:23:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3201">
    <title>OpenJMS 0.7.7-beta-1 java heapspace error</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3201</link>
    <description>I have Open JMS 0.7.7-beta-1 running for about 3 months non-stop with
a dedicate java program I wrote that uses it. Their's 1 durable
subscriber and the rest are just regular ones. Then when calling the
TopicSuscriber.recieve() method I get hit with a
"javax.jms.JMSException: Java heap space" error. It goes on until I
have to restart openjms and my program again.

Is this exception happening from OpenJMS cos it ran out of memory? or
from me ? I'm just calling on receive() method the whole time.. btw
this is a durable suscriber that stays connected 24/7 for months on
end. So I dunno if that should raise an possible concerns.

Any ideas?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
</description>
    <dc:creator>George H</dc:creator>
    <dc:date>2008-02-01T07:14:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3200">
    <title>JMSException Failed to lookup OpenJMS administration server at url</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3200</link>
    <description>-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>aksgag</dc:creator>
    <dc:date>2008-01-01T09:42:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjms.user/3197">
    <title>JMS server connection issue</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjms.user/3197</link>
    <description>-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
openjms-user mailing list
openjms-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openjms-user
</description>
    <dc:creator>Govinda Rao Deyyam</dc:creator>
    <dc:date>2007-12-26T10:59:30</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.java.openjms.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.openjms.user</link>
  </textinput>
</rdf:RDF>
