[jboss-user] [JBoss Messaging] - Re: Limiting the consumers & producers of a queue

2008-04-03 Thread dsmiley
Everyone: we talked about this on IRC and I'll elaborate on this for everyone's benefit: Once a particular consumer of the queue gets a message with a particular group_id (this is initernally managed, the consumer doesn't know anything about this stuff), it'll be the sole recipient of messages

[jboss-user] [JBoss Messaging] - Re: Limiting the consumers & producers of a queue

2008-04-03 Thread dsmiley
If group_id is not specified by the clients that connect then where is it specified? (i.e. how do I set REDHAT_STOCK in your example) I tend to think my suggested implementation is more straightforward to address my use-case but perhaps you have other use-cases in mind for this feature. View t

[jboss-user] [JBoss Messaging] - Re: Limiting the consumers & producers of a queue

2008-04-03 Thread dsmiley
Yes, that is my real requirement. I have a question about this grouping feature. If two clients connect with the same groupId, then what happens? In scenarios referenced in that Websphere blog post I linked, that's what would happen in some edge-case scenarios. Hopefully your grouping featur

[jboss-user] [JBoss Messaging] - Limiting the consumers & producers of a queue

2008-04-01 Thread dsmiley
I have a queue that I use to connect a producer and consumer. The ordering of messages is important. AFAIK, as long as I have at most one producer and at-most one consumer, the messages should get processed in-order. Due to edge case scenarios, or perhaps in a larger context when someone else

[jboss-user] [JBoss AOP] - Re: Trying to build AOP from source but isn't getting 3rd pa

2008-03-07 Thread dsmiley
I'm not using 1.5.6 only because it doesn't work with JBoss 3.2, even though its documentation alleges it does (I've made forum posts about this lately). I followed the instructions. 1.3.6 was really close, however. It just seemed to be the rename of UnifiedClassLoader.clearBlackList(). Earl

[jboss-user] [JBoss AOP] - Trying to build AOP from source but isn't getting 3rd party

2008-03-06 Thread dsmiley
I followed the instructions here: http://www.jboss.com/wiki/Wiki.jsp?page=BuildingJBossAOPFromSubversion With this branch: http://anonsvn.jboss.org/repos/jbossas/branches/Branch_AOP_1_3/ However, it fails on compilation errors, and it seems clear that its failing because there are no 3rd party li

[jboss-user] [JBoss AOP] - Re: FYI, JBoss 3.2.7 + AOP 1.3.6 with load-time weaving seam

2008-03-05 Thread dsmiley
Here's why it won't work: http://anonsvn.jboss.org/repos/jbossas/tags/JBOSS_AOP_1_3_6/aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java is referring to a method clearBlackList() but it's actually clearBlacklist() on UnifiedClassLoader. Notice the case difference of the second 'L'.

[jboss-user] [JBoss AOP] - Re: AOP compatibility with JBoss 3.2.7

2008-03-05 Thread dsmiley
But compile-time weaving is supported, says the 1.5.6 documentation. On my 3.2.7 with 1.5.6GA with JDK 1.4, I followed the install instructions, I get java.lang.NoClassDefFoundError: org/jboss/mx/loading/RepositoryClassLoader before it even gets to my ear file. That class in in JBoss 4, not 3.

[jboss-user] [JBoss Messaging] - trying to use the http servlet-invoker transport so that I'm

2008-02-27 Thread dsmiley
I'm trying to configure JBM 1.4.0.SP3 to use the servlet-invoker transport. See this for more info: http://jira.jboss.com/jira/browse/JBMESSAGING-1131 (I commented on that) but it doesn't work for me. What is the state of this capability in JBM? Any pointers? View the original post : http://

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2008-02-20 Thread dsmiley
Here here! I'm a maven 2 user and I really wish JBoss would expose a full-fledged maven 2 repo with all artifacts, such as for jboss-aop-1.5, etc. By the way, I used aopc via the antrun plugin like so: | | maven-antrun-plugin | |

[jboss-user] [JBoss AOP] - FYI, JBoss 3.2.7 + AOP 1.3.6 with load-time weaving seams in

2008-01-31 Thread dsmiley
I was trying to retrofit an old project running on JDK 1.4, JBoss 3.2.7 with AOP and load-time weaving. I read in the forums that it is believed to work with aop v1.3.6 (I forget the reference). When I tried this, I got an error that the UnifiedClassLoader doesn't have a clearBlacklist method

[jboss-user] [JNDI/Naming/Network] - Securing / Blocking JNDI from TCP/IP access

2006-07-27 Thread dsmiley
Hi. I'm using JBoss with a webapp and a datasource in JNDI. I would like to configure JNDI to not expose itself to TCP/IP whatsoever. I have no need for JNDI other than within-VM purposes. I've looked at this already: http://wiki.jboss.org/wiki/Wiki.jsp?page=XMBeansforSecurity and It's nice t