[jboss-user] [EJB 3.0] - EJB 3 MDB is both Consumer and Producer

2009-03-02 Thread hzfzl9
Hi, I have an EJB3-MDB that durable subscribes to a remote topic. I wonder if MDB able to configure to retrieve messages from remote XYZ-DLQ server. On the remote XYZ-DLQ, there are DLQ messages for my MDB, but my MDB is not retrieving them. Unless, I have to create another MDB to directly co

[jboss-user] [JBoss Cache: Core Edition] - Re: Retrieve Object from JBoss-Cache in memory

2008-07-01 Thread hzfzl9
I run these two objects within the stand-alone applications. Here are the codes from class B: CacheFactory factory = new DefaultCacheFactory(); Cache cache = factory.createCache("com/test/etc/cache-configuration.xml",true); Fqn myObj = Fqn.fromString("/com/test/MyObject");

[jboss-user] [JBoss Cache: Core Edition] - Retrieve Object from JBoss-Cache in memory

2008-06-30 Thread hzfzl9
Hi, I have an object that is put into jboss-cache from class A; how do I retrieve that cached object from class B. Below is the code sample. CacheFactory factory = new DefaultCacheFactory(); Cache cache = factory.createCache("com/test/etc/cache-configuration.xml"); cache.create(); cache.start()

[jboss-user] [JBoss Messaging] - Re: Remove old durable messages

2008-06-17 Thread hzfzl9
I'm appreciated your response. This message is regarding of using TopicService class. I have JBoss Messaging currently running with durable subscribers are subscribing to the Durable Topic. As you mentioned, we could use TopicMBean which is an 'interface' and TopicService that is implementing

[jboss-user] [JBoss Messaging] - Re: Remove old durable messages

2008-06-16 Thread hzfzl9
becareful about what? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158555#4158555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158555 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Messaging] - Re: Remove old durable messages

2008-06-16 Thread hzfzl9
>From my client program [Durable Subscriber], it unsubscribes itself when it is >shutting down. >From the business point of view, my business partners don't want to receive >messages from the Topic anymore. That means my business partners don't want >to do business with me any more and don't w

[jboss-user] [JBoss Messaging] - Remove old durable messages

2008-06-16 Thread hzfzl9
Is there a way that JBoss Messaging able to remove old durable messages from the Topic and from the db tables? For instance, my durable subscribers are no longer subscribe to the Topic but durable topic messages are still kept for them. How does JBoss Messaging handle this situation? Thanks,

[jboss-user] [JBoss Messaging] - Re: how to configure operations mbean

2008-06-16 Thread hzfzl9
My question was regarding to those operations listed under this section in the User Guide: 6.6.3.2. We now discuss the MBean operations of the Topic MBean 6.6.3.2.3. ListDurableSubscriptions 6.6.3.2.10. ListDurableMessages etc thnks. View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Messaging] - Re: can not unsubscribe durable subscriber in jboss-messagin

2008-06-16 Thread hzfzl9
even though I close the subscribers from the Client program, the JBoss Messaging server still throws error messages. Here are the steps: durableTopicSubscriber.close(); topicSession.unsubscribe("subscriber-id'); topicSession.close(); topicConnection.close(); whatelse do i miss? thanks f

[jboss-user] [JBoss Messaging] - how to configure operations mbean

2008-06-16 Thread hzfzl9
How do I configure those operations MBean that states in the User Guide for Topic destinations? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158534#4158534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158

[jboss-user] [JBoss Messaging] - can not unsubscribe durable subscriber in jboss-messaging 1.

2008-06-05 Thread hzfzl9
When my program tries to unsubscribe its durable subscriber, it throws errors: javax.jms.IllegalStateException: Cannot unsubscribe durable subscription esssub since it has active subscribers at org.jboss.jms.server.endpoint.ServerSessionEndpoint.unsubscribe(ServerSessionEndpoint.java:796

[jboss-user] [JBossWS] - Re: javax.xml.ws.WebServiceException: Unable to create Provi

2008-01-30 Thread hzfzl9
I have the same problem even though I have added all the required jars into the class path View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124925#4124925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124925 ___