[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid receiver for TemporaryQueue, violates spec

2005-04-15 Thread ekaye
This must be the difference between dealing with an open source company and a 
professional vendor. All you had to say was it's fixed in 3.2.4/4.0.0. We're 
busy dealing with our own software and don't always have the luxury of keeping 
up with your releases. We still have a customer on 3.0.4.

Thanks for the answer.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874147#3874147

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874147


---
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
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Temporary queue implementation on 3.0.4

2005-04-15 Thread ekaye
Can anyone tell me whether or not the implementation of temporary queues on 
3.0.4 is actually straight tcp/ip socket communication between the two 
processes, bypassing the application server? We are doing some tests comparing 
using temporary queues on 3.0.4 with just straight tcp/ip and see very little 
difference in timing to suggest that they are equivalent. Note that in our 
socket implementation we are still currently building the JMS message, but then 
streaming it over the socket.
Our thought is that if it was going through the app server we would have to see 
some difference in timing.

Thanks

Eric

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874146#3874146

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874146


---
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
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Invalid receiver for TemporaryQueue, violates spec

2004-11-11 Thread ekaye
We have been using JBoss for quite a while and encourage our customers to use 
it. We are troubled though by something in 3.2.3 that seems to violate the JMS 
spec regarding TemporaryQueue. We have two vms, A and B. VM A creates a 
TemporaryQueue which it then becomes a consumer of. It then tells VM B about 
the same TemporaryQueue, who then becomes a consumer of the Queue and receives 
messages from it as well. We use filters such that A and B will filter out 
their own messages. I won't get into why we are doing this here, suffice it to 
say that JBoss allows us to do this and the code works.

However, we just did a deployment to WebLogic and the same thing fails. VM B 
gets an error saying invalid destination for temporary queue (I'm 
paraphrasing). When we looked into this, the error is valid, since the javadoc 
(and therefor the spec) says for a TemporaryQueue:

"A TemporaryQueue object is a unique Queue object created for the duration of a 
Connection. It is a system-defined queue that can be consumed only by the 
Connection that created it. "

Is this something you folks are aware of? Has it been addressed?

Regards



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854790#3854790

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854790


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS failing on init if large dataset in Hypersonic

2004-10-30 Thread ekaye
Never mind. I figured out how to create a separate instance to use for my large 
dataset and left DefaultDS alone.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853384#3853384

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853384


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - JMS failing on init if large dataset in Hypersonic

2004-10-29 Thread ekaye
I assume that JMS makes use of the built in hypersonic db for persistence. As such, 
when starting up, if it can't get a connection to the db, then JMS is failing. I find 
that if we load the hypsersonic db (DefaultDS) with lots of data (40,000+ rows) then 
hypersonic takes longer to initialize and subsequent dependent services, like JMS, 
fail to initialize. The db does come up (i can log in after everything comes up) but 
once jms fails, game over. Anyway to tell the dependent services to wait longer? This 
is jboss 3.2.3. Can you also tell me where to look for these dependent services?

Regards

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853358#3853358

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853358


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - programmatic way to clear cache

2004-06-29 Thread ekaye
I'm sure if I read the right manual the answer would be there, but can someone permit 
me to be lazy and point me to a way to programmatically clear the cache for a specific 
EJB as well as for all EJBs in the container?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840280#3840280

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840280


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - UIL v OIL in 3.0.4

2004-03-02 Thread ekaye
We have been using jboss for a while and have an installation on v 3.0.4 that is 
seeing sporadic jms "disconnects". By that I mean the server thinks the client is no 
longer there, though it is. We are using the OIL connection factory.

1. How might this happen? Is this possible?

2. Is there a more "reliable" factory than OIL (though maybe less performant). We 
considered UIL but Scott warned us "Don't go there".

We know UIL2 in jboss 4 is the way to go but upgrading right now is not possible. 
Should we give UIL a shot? We don't have exceedingly high message rates.

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823936#3823936";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823936>Reply 
to the post


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Adding jars in jboss

2004-03-02 Thread ekaye
Typically, we have placed the database driver specific to our installation in the 
server//lib directory. However, we have an install where we don't want to do this. 
Instead, we want to have a centrally accessible location have the jar. Can we use the 
JBOSS_CLASSPATH variable to point at the jar(s) in this location? Is this the 
recommended approach?

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823934#3823934";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823934>Reply 
to the post


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user