Hi all,
i'm refering the following link for writing simple JMS
application.
http://www.jboss.org/wiki/Wiki.jsp?page=QueueExample
But i still not be able to configure the JbossMQ
server.
Can you tell me what configuration files and entries I
need to change while running a JMS application. such
as
On Fri, 2003-12-05 at 13:57, Stephane Nicoll wrote:
> Adrian,
>
> Thanks A LOT for the explanation. Actually, yes I do know the client by
> advance but we add some of them from time to time. We need to be able to
> add a new one without restarting Jboss
>
> Is there a solution with a queue per cl
Adrian,
Thanks A LOT for the explanation. Actually, yes I do know the client by
advance but we add some of them from time to time. We need to be able to
add a new one without restarting Jboss
Is there a solution with a queue per client?
Kind regards,
Stephane
On Fri, 2003-12-05 at 14:29, Adri
On Fri, 2003-12-05 at 12:41, Stephane Nicoll wrote:
> Adrian,
>
> > Why don't you use durable topic subscriptions?
> > This will effectively create multiple queues, one for each clientId.
> > The selector is run during the publish() for each subscription.
> > When you come to do the receive, the s
Adrian,
> Why don't you use durable topic subscriptions?
> This will effectively create multiple queues, one for each clientId.
> The selector is run during the publish() for each subscription.
> When you come to do the receive, the subscriber's queue will only
> have messages relevent to them.
Y
On Fri, 2003-12-05 at 09:27, Stephane Nicoll wrote:
> Dear all,
>
> Part of our application has the following pattern: during the day, messages
> are put in the a queue for specific client. The clientID is set in a JMS
> Message header (clientId = 'Something'). One or two times per day, the client
Dear all,
Part of our application has the following pattern: during the day, messages
are put in the a queue for specific client. The clientID is set in a JMS
Message header (clientId = 'Something'). One or two times per day, the client
synch from a remote location and pick up its messages. For th
> I see a few problems your going to need to find a solution to.
>
> What happens if jboss wants to passivate the stateful session?
> The JMS Connection cannot be "passivated". (No passivation policy?)
Rollback of everything. It's already the case now. If passivation
occurs, we rollback and we k
Adrian Brock wrote:
P.S. It is not my policy to answer architectural questions on
jboss-user, only technical questions.
That's too bad, these sorts of discussions have proven to be very
educational for me!
--
Ryan Hoegg
ISIS Networks
http://www.isisnetworks.net
-
On Fri, 2003-11-28 at 09:04, Stephane Nicoll wrote:
> Adrian,
>
> Thank you very much. Can you please explain a little more :
>
> > But it is not recommended to perform a receive inside an EJB,
> > at least one that waits a while. You will be tying up a thread
> > while it waits.
>
> I agree 100
Adrian,
Thank you very much. Can you please explain a little more :
> But it is not recommended to perform a receive inside an EJB,
> at least one that waits a while. You will be tying up a thread
> while it waits.
I agree 100% with you. Let me explain further to motivate our
architectural choic
On Thu, 2003-11-27 at 17:11, Stephane Nicoll wrote:
> Thanks Adrian. Let me explain a little bit because I am pretty sure my
> question was badly asked :p
>
> We have remote clients accessing our server through SOAP (we use
> JbossNET). The SOAP interface provides a basic protocol login,
> uploadS
Thanks Adrian. Let me explain a little bit because I am pretty sure my
question was badly asked :p
We have remote clients accessing our server through SOAP (we use
JbossNET). The SOAP interface provides a basic protocol login,
uploadStuff, retrieveStuff, logout). On the login method, a statefull
s
On Thu, 2003-11-27 at 16:35, Stephane Nicoll wrote:
> Hello list,
>
> A quick question regarding JBossMQ performence.
> I am talking about JBoss 3.2.X series.
>
> Is there a limitation of the number of concurrent users?
> Most of our JMS traffic uses the IN VM connection factory.
>
> Could you
Hello list,
A quick question regarding JBossMQ performence.
I am talking about JBoss 3.2.X series.
Is there a limitation of the number of concurrent users?
Most of our JMS traffic uses the IN VM connection factory.
Could you please provide as much detail as possible regarding this?
Thanks,
S
So the jbossmq login configuration still exists then. Create a bug
report on sourceforge with more info on what your doing so we can
try to look into what could be going on.
--
Scott Stark
Chief Technology Officer
JBoss Group, LLC
Panagiotis Korros
:[EMAIL PROTECTED]
Sent: Saturday, November 22, 2003 7:26 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT
authenticated'
Go into the jmx-console when the error occurs and go to the
jboss.security:service=XMLLoginConfig mbean and invoke the
displa
Go into the jmx-console when the error occurs and go to
the jboss.security:service=XMLLoginConfig mbean and invoke
the displayAppConfig operation passing in the jbossmq string.
The exception indicates that the jbossmq configuration has
been removed. This msg:
> 2003-10-02 13:00:26,125 TRACE [org.jb
I am using JBoss 3.2.2 with JDK 1.4.2 and i get the following error:
javax.jms.JMSSecurityException: User: null is NOT authenticated at
org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:
215)
At
org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecur
ityInter
03, 2003 2:45 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT
authenticated'
Its seems to be occuring after the authentication cache is timing out.
Is this the 3.2.2RC4 release available from SF or a cvs snapshot?
Can you describe the runtime env a b
Its seems to be occuring after the authentication cache is timing out. Is this
the 3.2.2RC4 release available from SF or a cvs snapshot?
Can you describe the runtime env a bit more in terms of how many
senders/receivers there are and how many msgs are being exchanged?
--
ut the guest identity
when it invalidates the cache?
-Original Message-
From: Adrian Brock [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 02, 2003 2:17 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JbossMQ error: 'User: null is NOT
authenticated'
On Thu, 2003-10-02 at 1
On Thu, 2003-10-02 at 11:46, Panagiotis Korros wrote:
> 2003-10-02 13:00:26,125 DEBUG
> [org.jboss.security.plugins.JaasSecurityManager.jbossmq] Login failure
> javax.security.auth.login.LoginException: No LoginModules configured for
> jbossmq
> at
> javax.security.auth.login.LoginContext.ini
: Adrian Brock [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 6:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JbossMQ error: 'User: null is NOT
authenticated'
Do you see anything in log/server.log when it fails,
just before the exception you posted.
If not, try enab
6:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JbossMQ error: 'User: null is NOT
authenticated'
Do you see anything in log/server.log when it fails,
just before the exception you posted.
If not, try enabling TRACE logging in conf/log4j.xml for the following
categories to see
-Original Message-
> From: Adrian Brock [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 30, 2003 4:16 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT
> authenticated'
>
>
> The topic security config is irrelev
ation.
Regards,
Panagiotis
-Original Message-
From: Adrian Brock [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 4:16 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT
authenticated'
The topic security config is irrelevent at this sta
The topic security config is irrelevent at this stage,
you haven't got to the authorization step.
You are still trying to authenticate the user.
First, post the conf/login-config.xml snippet for jbossmq,
it should have an unauthenticated identity,
the default setting is "guest".
Regards,
Adrian
I am using JBoss 3.2.2RC4 / 3.2.1 with JDK 1.4.2 and i get the following
error:
javax.jms.JMSSecurityException: User: null is NOT authenticated at
org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:
215)
at
org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSec
>
>
>
> create="true"/>
>
>
>
> In my mbean definition?
>
> -Original Message-
> From: Adrian Brock [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 10, 2003 2:39 PM
> To: [EMAIL
TED]
Sent: Wednesday, September 10, 2003 2:39 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT
authenticated'
Have you made any other changes to the config?
There should be an "unathenticated identity" for jbossmq
in conf/login-config.xml
T
Have you made any other changes to the config?
There should be an "unathenticated identity" for jbossmq
in conf/login-config.xml
The default is "guest"
Regards,
Adrian
On Wed, 2003-09-10 at 07:23, Panagiotis Korros wrote:
>
> I am using JBoss 3.2.1 with JDK 1.4.2 and i get the following error:
I am using JBoss 3.2.1 with JDK 1.4.2 and i get the following error:
javax.jms.JMSSecurityException: User: null is NOT authenticated
at
org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:
215)
at
org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecur
ityI
Title: Message
I am using JBoss 3.2.1 with JDK 1.4.2 and i get the following
error:javax.jms.JMSSecurityException: User: null is NOT
authenticatedat
org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:215)at
org.jboss.mq.security.ServerSecurityInterceptor.authenticate(
Hi Adrian,
got it at last! Thank you for your answers!
I got another question regarding JNDI server connections to the JMS
server, but I'll post this under a different thread for clarity.
cheers
Vrata
Take a look in jbossmq-state.xml
Do you see something like ID:1 in the durable subscripti
Title: RE: [JBoss-user] jbossMQ question: durable subscriber user authe ntication
Indeed that was my mistake. Thanks.
I should have looked better. Sorry.
Thomas Cherel
-Original Message-
From: Adrian Brock [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 29, 2003 2:30 PM
To
PROTECTED]
> Sent: Friday, August 29, 2003 12:54 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] jbossMQ question: durable subscriber user
> authentication
>
> Take a look in jbossmq-state.xml
>
> Do you see something like ID:1 in the durable subscriptions?
>
>
-
From: Adrian Brock [mailto:[EMAIL PROTECTED]
Sent: Friday, August 29, 2003 12:54 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] jbossMQ question: durable subscriber user
authentication
Take a look in jbossmq-state.xml
Do you see something like ID:1 in the durable subscriptions?
This
Take a look in jbossmq-state.xml
Do you see something like ID:1 in the durable subscriptions?
This means you are using "annonymous" client ids.
Either configure your user with a client id in jbossmq-state.xml
(see the example for john) or use Connection.setClientID()
Durable subscriptions are m
Hi Adrian,
thanks for that I got over the JMSSecurityException: Connection not
authorized error.I got another problem now.
I was under the impression that a publish(msg, DeliveryMode.PERSISTENT,
3, 0) meant that the JMS provider would keep the message until the
message was subscribed to s
The user you login as (configured in jbossmq-state.xml)
must be in a role that has "create" authority on the topic.
Regards,
Adrian
On Thu, 2003-08-28 at 17:28, Aurele Vrata Venet wrote:
> Hello,
>
> just started on JBoss 3.2.1. I have succesfully configured it for just
> the JMS/JNDI service.
Hello,
just started on JBoss 3.2.1. I have succesfully configured it for just
the JMS/JNDI service. I am able to lookup the testTopic that comes
preconfigured. I can publish/subsribe to the topic with a standard
Subscriber. However, if I try to createDurableSubcriber(durableTopic,
name), i
Done.
The jbossmq security manager now accepts a default security
configuration attribute:
jboss.mq:service=DestinationManager
Regards,
Adrian
On Fri, 2003-08-01 at 06:44, Scott M Stark wrote:
> The default security metadata is to allow the 'guest' rol
The default security metadata is to allow the 'guest' role read, write
and create permissions so the user that you pass to createQueueConnection
must has the 'guest' role. We need to add the ability to define the security
settings of the temporary destinations though.
--
Sc
Hi there,
I'm lost ... I have a jboss client programm which (for its lifetime)
requires a queue (temp) to handle replies to messages the client may send ..
my code works .. but jboss fails with a nice JMSSecurityException that IMHO
shouldnt be possible AT ALL.
[snip]
// which one i use doesnt m
ry2
80902
6
true
Scott StarkChief Technology
OfficerJBoss Group, LLC
- Original Message -
From:
Brandon, Raymond
To: '[EMAIL PROTECTED]'
Sent: Monday, June 02, 2003 5:01 AM
Subject:
All,
I'm using JBoss
3.0.4. Can somebody please send me an example on how to configure additional
connection factories in jbossmq-service.xml or an external file
(preferably).
I see the existing
entries but want to define additional factories and simply copying one of the
existing definit
:08 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBossMQ, JMS & MDB
Yong,
I don't know the answer to your question, but I thought I'd share with
you something we learned on a past project:
We also *thought* it would be a good idea to have an MDB receive
messages for
Yong,
I don't know the answer to your question, but I thought I'd share with
you something we learned on a past project:
We also *thought* it would be a good idea to have an MDB receive
messages for the sake of queing up email to send (the MDB used the
JavaMail api inside it), thinking it woul
Hi,
I am really in a state of confusion with regards to JBossMQ, JMS & MDB. I
am not sure if my configuration is screwed up or the fact that I have
believed as true has turned out to be false! Please bear with me.
I have created a MDB called EmailManagerMDB. Currently, it has nothing in
it. It
AM
Subject: [JBoss-user] JBossMQ / MDB
extensions
How is it possible to include
major source upgrades ( some new classes, some modifcations of existing
classes ) into the regular JBoss/JBossMQ source WITHOUTdeveloper CVS
access ? We have developped some
missing - but for JBoss
How is it possible to include major source upgrades ( some new classes, some modifcations of existing classes ) into the regular JBoss/JBossMQ source WITHOUTdeveloper CVS access ?
We have developped some missing - but for JBoss usage in a more complex JMS production environment vital - JBossMQ /
ROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [JBoss-user] jbossmq-service deployment takes a LONG time in
3.2.0RC1
Date: Thu, 16 Jan 2003 10:09:32 -0500
I'm using jboss-3.2.0RC1_tomcat-4.1.18 with Sun JDK 1.4.1_01 on
Mandrake 9.0 Linux 2.4.19-16, with half a gig of RA
Hi,
The problem is with the regular expression parsing
introduced so you can write ${system.property} in attributes.
will disable the check as a temporary fix.
Regards,
Adrian
From: David Ward <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [JBos
> On first startup or on sequential startups ?
>
> Depending on how hard You populated the DefaultDS Hypersonic backend, I
> am guessing - Hypersonic on a sequential startup is rebuilding tables
> and populating data while the jbossmq component idle's, since it is
> dependent on DefaultDS to
torsdagen den 16 januari 2003 kl 16.31 skrev Stefan Arentz:
David Ward wrote:
I'm using jboss-3.2.0RC1_tomcat-4.1.18 with Sun JDK 1.4.1_01 on
Mandrake 9.0 Linux 2.4.19-16, with half a gig of RAM and an 800mghz
i686 cpu.
I've noticed that on JBoss startup (using the default server), this
David Ward wrote:
I'm using jboss-3.2.0RC1_tomcat-4.1.18 with Sun JDK 1.4.1_01 on
Mandrake 9.0 Linux 2.4.19-16, with half a gig of RAM and an 800mghz
i686 cpu.
I've noticed that on JBoss startup (using the default server), this
line takes upwards of ** 15 seconds **:
10:13:24,288 INFO [SARD
I'm using jboss-3.2.0RC1_tomcat-4.1.18 with Sun JDK 1.4.1_01 on Mandrake
9.0 Linux 2.4.19-16, with half a gig of RAM and an 800mghz i686 cpu.
I've noticed that on JBoss startup (using the default server), this line
takes upwards of ** 15 seconds **:
10:13:24,288 INFO [SARDeployer] looking for
Hi JBoss users,
Following the JBoss adm. & dev. Documentation I setup durable
subscribers while adding JMS accounts to:
jbossmq-state.xml and it works.
But it seems to be so cumbersomely and also not very secure because I
had to specify clear text passwords for every JMS user.
Now I wanted to k
: Thursday, October 24, 2002 9:21 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBossMQ Perforamance
If you are using linux on both boxes connected directly with
crossover-cable you might actually use special kernel functionality for
that specific setup. Have not used it myself, but it is there i
Hiram?
-Original Message-
From: Sacha Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch]
Sent: Thursday, October 24, 2002 10:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBossMQ Perforamance
I don't exactly know what is happening under the cover in this case. What I
am s
my message about hanging on to the connection which can lead to
> >22,000 messages per second?
>
> .peter
>
> -Original Message-
> From: Sacha Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch]
> Sent: Thursday, October 24, 2002 2:18 AM
> To: [EMAIL PROTECTE
on to the connection which can lead to
>22,000 messages per second?
.peter
-Original Message-
From: Sacha Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch]
Sent: Thursday, October 24, 2002 2:18 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBossMQ Perforamance
And if your issue
24 octobre 2002 17:00
> À : '[EMAIL PROTECTED]'
> Objet : RE: [JBoss-user] JBossMQ Perforamance
>
>
> Is there a way to reduce latency between 2 boxes connected with a 4 foot
> crossover cable? Seams to me that this should provide the highest
> throughput
> possible.
Sent: Thursday, October 24, 2002 10:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBossMQ Perforamance
I don't exactly know what is happening under the cover in this case. What I
am saying is that if you have a single connection that does this:
1) take a message
2) send it
3) when s
t; De : [EMAIL PROTECTED]
> [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Peter
> Luttrell
> Envoye : mardi, 22 octobre 2002 07:41
> A : [EMAIL PROTECTED]
> Objet : [JBoss-user] JBossMQ Perforamance
>
>
> In order to ascertain if JBossMQ is capable of p
onnections? If not, why not?
.peter
-Original Message-
From: Rupp,Heiko [mailto:heiko.rupp@;bancotec.de]
Sent: Tuesday, October 22, 2002 8:30 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-user] JBossMQ Perforamance
> You should however have some difficulty filling up gigabit
]
Sent: Tuesday, October 22, 2002 7:36 PM
To: '[EMAIL PROTECTED]'
Subject: Re: [JBoss-user] JBossMQ Perforamance
Will this change mean that any programs will still continue to use
"ConnectionFactory" in the JNDI lookup, but will get new OIL2 factory?
>From which version is
1000-1050 messages per second
> OIL2: 550-600 messages per second
>
> .peter
>
>
>
> -Original Message-
> From: Corby Page [mailto:CorbyPage@;duke-energy.com]
> Sent: Tuesday, October 22, 2002 10:22 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-us
;duke-energy.com]
Sent: Tuesday, October 22, 2002 10:22 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBossMQ Perforamance
Peter,
The new OIL2 Invocation layer is supposed to contain significant
performance enhancements. Plug in org.jboss.mq.il.oil2.OIL2ServerILService
as your new Invocation
Peter,
The new OIL2 Invocation layer is supposed to contain significant
performance enhancements. Plug in org.jboss.mq.il.oil2.OIL2ServerILService
as your new Invocation Layer and let us know the new results.
Thanks,
Corby
---
This sf.net e
> You should however have some difficulty filling up gigabit
> ethernet from
Packets per second is one thing. The other is packet size.
With small packets, a network adapter or switch can be at its
limit even if the network if not filled.
On the other hand with large packets a network can fill up
I must have been smoking. Seeing that the time slice per message will
be shorter for Gigabit ethernet, the collision theory is mostly
incorrect unless you have lots of users on same segment.
You should however have some difficulty filling up gigabit ethernet from
one pc.
On Tue, Oct 22, 2002 at
Have you tried multiple client connections? I'm also thinking that maybe
the probability of collisions on Gigabit ethernet is the same as on
100Mbit as it is not governed by capacity but time. It could actually
mean that it is not possible to send that much more packets on Gigabit
than on 100Mbit.
In order to ascertain if JBossMQ is capable of providing the throughput
I need, i've constructed a couple of little apps to see what kind of
performance i can get. Here's what i've found:
100 Megabit: 1250-1350 messages per second
Gigabit: 1500-1600 messages per second
I was hoping to see a b
Hello,
I solved the JBossMQ message being lost after restart. I was using '/'
characters in my queue name, and also using file persistence.
Apparently the two don't match. JBoss almost gets it to work, for it
escapes out the '/' characters for the directory for storing messages.
I believe so
Hello,
I am usinig JBoss 3.0.2 on Linux w/ Sun JDK 1.4.0. I am using the
standard JBossMQ setup that comes with the default 3.0.2 installation.
It is setup to use file persistence into the db/jbossmq/file directory.
I see messages being written into that directory. I shut down JBoss
(via
helps you,
Dustin
> -Original Message-
> From: Hunter Hillegas [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 08, 2002 6:21 PM
> To: JBoss User
> Subject: [JBoss-user] JBossMQ Fails to Commit/Rollback
>
>
> I am using JBoss3.2beta...
>
> We send messages
I am using JBoss3.2beta...
We send messages to a JBossMQ queue and have an MDB that listens on that
queue and sends emails based on what it gets...
The emails all get sent just fine but JBossMQ always throws a
javax.transaction.xa.XAException.
ERROR [StdServerSession] failed to commit/rollback
No I was never able to figure it out. It only happens sporadically though.
No one ever responded my messages either.
.peter
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:46 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBossMQ
ironment set up yet (which will be
Linux).
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Dave Smith
Sent: Wednesday, July 31, 2002 7:12 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBossMQ with firewalls
In your jndi.properties did you add java.naming.prov
In your jndi.properties did you add
java.naming.provider.url=
This will tell JNDI to make a network lookup via RMI.
Note that on the office firewall you will have to forward ports 1099 and
to the machine hosting jboss.
I would suggest get freeswan(www.freeswan.org) VPN running between the
I'm trying to get JBossMQ working with a server and a client, both
connected to the internet and both behind firewalls. I have full access
to configure the firewalls however I want. I can open any ports
necessary. The problem is I have no idea which ports I should open. So
here's what I've don
I let jboss sit for about 20 hours and when i came back it was constantly
dumping the following to the console:
2002-07-24 11:00:05,060 WARN [org.jboss.mq.Connection] Connection failure:
org.jboss.mq.SpyJMSException: Connection Failed
at org.jboss.mq.Connection.asynchFailure(Connection
Hi,
I am using JBoss 3.0.0 with JMS server, and it is running on machine with
multiple network cards. One card is connected to the outer world and has ip
filtering there to allow only certain types of connections.
I tried to use localhost whenever possible, and my JMS client (runs on the
same ho
> > Can someone explain this, or give an example? According to these JBoss
> > docs (_http://www.jboss.org/online-manual/HTML/ch08s07.html_), it seems
> > queues can be added on-the-fly, or programatically (it states) w/o
> > needing to administer them. The reason I need this is I don't know the
>
Gary Grobe wrote:
> Can someone explain this, or give an example? According to these JBoss
> docs (_http://www.jboss.org/online-manual/HTML/ch08s07.html_), it seems
> queues can be added on-the-fly, or programatically (it states) w/o
> needing to administer them. The reason I need this is I do
Can someone explain this, or give an example? According to these JBoss docs (http://www.jboss.org/online-manual/HTML/ch08s07.html), it seems queues can be added on-the-fly, or programatically (it states) w/o needing to administer them. The reason I need this is I don't know the names of my queues o
Is there a separte list, P.O.C., or anybody
dealing specifically w/ JBossMQ where I can get some questions answered and
discuss a few things w/ those in the know? Maybe even possibly do some
work pending answers to those questions?
Any help much
appreciated.
Hi,
Is there any way for me to disable the persistence?
When I set the persistence manager to file instead of
rollinglogged, I seem to have a weird situation
whereby my incoming queue seems to retain all the
messages but my messages on my outgoing queue which
are picked up by an external applicat
hi,
On Thu, 2002-04-11 at 11:24, Alex Loubyansky wrote:
> Guys, do someone use JBossMQ in production? It's very unstable as for me.
i have it running in a production environment.
what version are you running? what is your definition of "unstable"?
what kind of stuff does your program do with
Guys, do someone use JBossMQ in production? It's very unstable as for me.
Thank you in advance,
alex
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Thanks Dave, that was it!
Cheers,
Joost.
- Original Message -
From: "Dave Smith" <[EMAIL PROTECTED]>
To: "Joost v.d. Wijgerd" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, March 19, 2002 7:42 PM
Subject: Re: [JBoss-user] JBossMQ s
Did you start the connection?
Joost v.d. Wijgerd wrote:
> Hi,
>
> I have a QueueBrowser that is polling a queue. I display this queue in a
> Swing client. When the user takes an action I want to get the message
> from the queue, so I make a selector based on the JMSMessageID.
> Unfortunately
Hi,I have
a QueueBrowser that is polling a queue. I display this queue in a Swing client.
When the user takes an action I want to get the message from the queue, so I
make a selector based on the JMSMessageID. Unfortunately this doesn't seem to
work.. can somebody tell me what I'm doing wron
On 14 Mar, Stephen Davidson wrote:
> Hi Peter.
>
> Ok, I have figured this part of it out. Btw, the queue connection did not like the
>qcon.start() call in the snippet (see stack trace). I guess
> that is an Orion specific thing. I now have the Message Queue working, finally
>{{{;-).
>
> W
Hi Peter.
Me again. Are you tired of hearing from me yet?
Are there supposed to be TWO jbossmq-state.xml files? There is one in the deploy
directory as well as the one in the conf directory.
-Steve
Peter Antman wrote:
> Hi, if you have done no other changes to the JBoss setup this would
> r
Hi Peter.
Ok, I have figured this part of it out. Btw, the queue connection did not like the
qcon.start() call in the snippet (see stack trace). I guess
that is an Orion specific thing. I now have the Message Queue working, finally {{{;-).
What I currently have an issue with is the queue na
Hi Peter.
How do I set the user I am trying to connect as?
Is this something set in the properties for the Initial Context?
If so, what parameter?
Thanks,
Steve
Peter Antman wrote:
> Hi, if you have done no other changes to the JBoss setup this would
> require that the user named "user" with
Hi, if you have done no other changes to the JBoss setup this would
require that the user named "user" with the password hrnexus is in
jboss-state.xml. It should look something like this (from
server/default/conf in current build):
john
1 - 100 of 148 matches
Mail list logo