[jboss-user] [JBoss Messaging] - Re: JBM2 Beta5 with JBAS5.1 - Memory leak SessionContinuatio

2009-08-21 Thread simon_temple
Yes a single producer on one thread from a junit test case. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250912#4250912 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250912 ___

[jboss-user] [JBoss Messaging] - Re: JBM2 Beta5 with JBAS5.1 - Memory leak SessionContinuatio

2009-08-21 Thread simon_temple
>From my jbm-jms.xml | | | | | | | 131072 | | 524288 | | I'm creating a bytes message, adding my buffered stream to it: bytesMessage.setObjectProperty( "JMS_JBM_InputStream", pin ); then calling: p

[jboss-user] [JBoss Messaging] - Re: JBM2 Beta5 with JBAS5.1 - Memory leak SessionContinuatio

2009-08-21 Thread simon_temple
The loop in ClientProducerImpl seems to be responsible: while (!lastChunk) | { | byte[] bytesRead = new byte[minLargeMessageSize]; | int numberOfBytesRead; | | try | { |numberOfBytesRead = input.read(b

[jboss-user] [JBoss Messaging] - JBM2 Beta5 with JBAS5.1 - Memory leak SessionContinuationMes

2009-08-20 Thread simon_temple
I built BETA5 from SVN yesterday... I'm using netty via the JMS API to remotely send large messages. (500K) Looking at the hprof I see that 98% of the heap is taken up by byte[] owned by org.jboss.messaging.core.remoting.impl.wireformat. SessionContinuationMessage. I'm a way off creating a test

[jboss-user] [JBoss Messaging] - Re: JBM2 Beta4 with JBAS5.1 - setListener( null )

2009-08-19 Thread simon_temple
I have retested against BETA5 and can confirm that this issue has been fixed. :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250340#4250340 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250340

[jboss-user] [JBoss Messaging] - Re: JBM2 Beta4 with JBAS5.1 - setListener( null )

2009-08-19 Thread simon_temple
Thank you. I will change my test case to stop the the queueConnection and restart it once the listener has been removed (nulled). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250323#4250323 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss Messaging] - JBM2 Beta4 with JBAS5.1 - setListener( null )

2009-08-19 Thread simon_temple
Using the JMS API. If I attempt to clear the currently registered listener on a QueueReceiver then I get an IllegalStateException when I try to receive on it: javax.jms.IllegalStateException: Cannot call receive(...) - a MessageHandler is set | at org.jboss.messaging.core.client.impl.Cli

[jboss-user] [JBoss Messaging] - JBM2 Beta4 with JBAS5.1 - Missing JAR jbm-jms-api.jar?

2009-08-18 Thread simon_temple
Bit confused. Can anyone clarify? The manual http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta4/html/client-classpath.html#d0e1097 refers to jbm-jms-api.jar yet the Beta4 bundle contains jboss-jms-api.jar. The config/jboss-as/build.xml which we

[jboss-user] [JBoss Messaging] - JBM2 Beta3 with JBAS5.1.0 - Configuring Destinations

2009-07-23 Thread simon_temple
Should it be possible to create a destination using a jbm-queues.xml file? I'm looking for a way to create destinations but store the configuration file(s) with the deployable services rathar than in the messaging.sar folder. This gives me a NPE http://www.w3.org/2001/XMLSchema-instance"; |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1 - custom DeploymentFilter in profile.xml CNFE

2009-07-23 Thread simon_temple
That's it many thanks :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245626#4245626 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245626 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBAS5.1 - custom DeploymentFilter in profile.xml CNFE

2009-07-23 Thread simon_temple
I have extended org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter to add additional deployment filtering capabilities to our 5.1 based system. The bean declaration in the profile.xml looks like this: | | | | #,%,\,,.,_$ | |

[jboss-user] [JBoss Messaging] - Re: JBM2 Beta3 with JBAS5.1.0 - Binding Service?

2009-07-21 Thread simon_temple
Many thanks I hadn't noticed the SystemPropertyBinder bean in the bindings-jboss-beans.xml file. With this in place it's simple ${} system property notation in the jbm-configuration.xml :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245027#4245027 Rep

[jboss-user] [JBoss Messaging] - JBM2 Beta3 with JBAS5.1.0 - Binding Service?

2009-07-21 Thread simon_temple
Is it possible to change the jbm-configuration.xml so binding attributes are obtained from the ServiceBindingManager? If so, could you supply a small example of what a jbm-configuration file entry would look like? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[jboss-user] [JBoss Messaging] - JMB2 Beta3 and JBAS51 - Using jbm-jms.xml to define queues.

2009-07-20 Thread simon_temple
I tried creating my own jbm-jms.xml file and dropped it in the deploy folder but it doesn't look like it's deployed. i.e. I can't see the queue or topic when looking at the JMX Console (I added the JMX work-around to see org.jboss.messaging) Is the jbm-jms.xml file only processed when in the

[jboss-user] [JBoss Messaging] - Re: JBoss 5.1.0GA with JBM2.0.0. b3

2009-07-20 Thread simon_temple
I performed the workaround for BETA3 and can see the org.jboss.messaging node in the JMX console. Why didn't you use the jboss.messaging name that already exists in JBAS5.1? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244384#4244384 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1: ${} deployment notation - Newbie information re

2009-07-15 Thread simon_temple
Thanks again Peter. ...feeling a little embarrassed now I found further details of this in the book JBOSS in Action. A book I'm finding really useful BTW, although it looks like I need to study it some more ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1: ${} deployment notation - Newbie information re

2009-07-15 Thread simon_temple
Thanks Peter. But that's potentially a huge number of system properties to be set via a command line if you heavily customise JBAS configuration. I could exceed the command line length on some operating systems... Shame you can't specify something like a properties bundle to the deployers.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBAS5.1: ${} deployment notation - Newbie information reques

2009-07-14 Thread simon_temple
Can anyone point me at information on the ${} notation used throught the JBAS5.1 deployment configuration files? Example: jgroups-channelfactory-stacks.xml mcast_port="${jboss.jgroups.udp_async.mcast_port:45689}" So where do I specify a value for jboss.jgroups.udp_async.mcast_port

[jboss-user] [JNDI/Naming/Network] - JBAS51 and JDK6 - underscore characters in hostnames

2009-07-09 Thread simon_temple
A bind name with an underscore character causes a java.net.MalformedURLException during startup. The sys admin doesn't want to change (correct!) the hostname, I don't really want to have to use the IP address. Java seems to have problems with hostnames that contain underscores: http://bugs.su

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBAS 5.1.0.GA - trying to deploy old JBoss.NET web-service.x

2009-07-02 Thread simon_temple
If I drop the web-service.xml in a .wsr or try deploying directly using the MainDeployer nothing seems to be happening. I'm trying to provide support for both old JBoss.NET and JBoss.WS stacks - we have a lot of old Axis based code and don't want to rework it all right now... I'm beginning to t

[jboss-user] [JBoss Messaging] - Re: JBM2 BETA3 with JBAS 5.1.0 data folder location

2009-06-26 Thread simon_temple
That's just what I was looking for. Works fine. Thanks. Will this change be in the next JBAS distro or JBM2 BETA4 (/config/jboss-as ant script)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240403#4240403 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Messaging] - JBM2 BETA3 with JBAS 5.1.0 data folder location

2009-06-26 Thread simon_temple
How do I get JBM2 to use the JBAS data folder: server/default/data? It currently creates its data folder below the current working folder where JBAS was started. Is there a system property I need to set or... ? TIA View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[jboss-user] [Management, JMX/JBoss] - Re: Server started notification in JBAS 5.0.1?

2009-06-24 Thread simon_temple
Many thanks Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239639#4239639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239639 ___ jboss-user mailing list jboss-user@li

[jboss-user] [Management, JMX/JBoss] - Server started notification in JBAS 5.0.1?

2009-06-23 Thread simon_temple
In version 4 we used: org.jboss.system.server.Server.START_NOTIFICATION_TYPE in a handleNotification() method to figure out when the server had started. In version 5 many things have changed and I can't find the Server class or anything similar. Does a version 5 server still produce JMX no