Delivery Notification <buhg@isc.chubu.ac.jp>
by Postmaster@lists.jboss.org
This is a delivery status notification, automatically generated by MTA mail.isc.chubu.ac.jp on Tue, 17 Jun 2008 12:26:04 +0900
Regarding recipient(s) : buhg(a)isc.chubu.ac.jp
Delivery status : Failed. Message could not be delivered to domain <isc.chubu.ac.jp> .Failed while initiating the protocol. <[('buhg(a)isc.chubu.ac.jp', 550, '<buhg(a)isc.chubu.ac.jp>: Recipient address rejected: User unknown in local recipient table')]>
MTA Response :550
The original message headers are included as attachment.
17 years, 10 months
[JBoss Messaging] - Re: Remove old durable messages
by clebert.suconic@jboss.com
You shouldn't need to write any application to clean up old messages.
When you remove the TopicSubscription, All the Message References to the Topic Subscription are deleted right away, and later the cleanup thread will delete orphaned Messages without references.
anonymous wrote : ...just to clean up JBoss Messaging old messages that clogs up the application memory?
Please don't be vague in your allegations. If you were more clear on the first post I wouldn't make the assumption you meant deleting message references and not the topic itself, and if you are pointing out a problem, we will gladly help any user. But general allegations without any supporting information will just waste our time (ours and yours)
I'm not aware of your internal coding, and this is the first time I saw you asking about cleaning up of message references.
So far it looks that everything some mistake from your side, so be careful or you could be flamed here :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158552#4158552
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158552
17 years, 10 months
[JBoss Messaging] - Re: Remove old durable messages
by 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 want to subscribe to my application Durable Topic.
Therefore, my application needs to remove all the messages of those no longer a partner [subscribers] to my company and my Durable Topic Publisher application.
So, how do I go about to accomplish this task within JBoss Messaging without having to custom programming another home-grown application just to clean up JBoss Messaging old messages that clogs up the application memory?
Hope that I have made my messages point of view to come across.
Thanks,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158548#4158548
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158548
17 years, 10 months
[JBoss jBPM] - Re: jBPM BPEL on Other App Servers
by alex.guizar@jboss.com
The package org.jbpm.bpel.integration.server and all classes in jbpm-bpel.jar are independent of the target app server. To port jBPM BPEL to a new app server all you need to do is implement the EndpointMetadataLookup interface, register the new class in endpoint.metadata.lookups.xml and rebuild jbpm-bpel.ear.
To provide web services, jBPM BPEL requires access to the WSDL document and other metadata not available through the JAX-RPC API. This is why the metadata must be retrieved in an implementation-specific way. The ubication of this metadata changes even across JBoss AS versions. In particular, it changed radically from 4.0.3.SP1 to 4.0.4. You see, the portability issue is neither unexplored nor hard to tackle.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158547#4158547
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158547
17 years, 10 months