ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » migrate from JBossMQ to MQSeries - msg delayed delivery ?

Post new topic  Reply to topic
 migrate from JBossMQ to MQSeries - msg delayed delivery ? « View previous topic :: View next topic » 
Author Message
toadie643
PostPosted: Fri Dec 12, 2008 11:12 am    Post subject: migrate from JBossMQ to MQSeries - msg delayed delivery ? Reply with quote

Newbie

Joined: 11 Dec 2008
Posts: 2

i am currently evaluating migration from JBoss mq to websphere mq v7.0

In our jboss implementation, we are using MessageDrivenBean to receive messages from JMS Producer

JBoss supports the notion of 'delayed delivery' for a message, ie. when a message is submitted into the Queue with a delayed delivery value X, the message won't be delivered until X units of time has passed.

In JBoss the code looks like his.

Code:
javax.jms.ObjectMessage oObjectMessage = ...
long scheduledDelivery = 1000L * 60L ; // 60,000 millisecs

oObjectMessage.setLongProperty("JMS_JBOSS_SCHEDULED_DELIVERY", scheduledDelivery );

Is there an equivalent function in WS MQ?
Back to top
View user's profile Send private message
atheek
PostPosted: Fri Dec 12, 2008 12:35 pm    Post subject: Reply with quote

Partisan

Joined: 01 Jun 2006
Posts: 327
Location: Sydney

AFAIK No. I have seen many j2ee server's JMS implementation supporting such features as delivery delay and redelivery delay.But not MQ.

The MQ base product works on the principle of making the message available for consumption as soon as possible. Hence the JMS wrapper as of today doesn't support these.
Back to top
View user's profile Send private message
toadie643
PostPosted: Fri Dec 12, 2008 2:05 pm    Post subject: Reply with quote

Newbie

Joined: 11 Dec 2008
Posts: 2

JBoss MQ, Apache Active MQ as well as Oracle Advanced Queueing all have this feature in one way shape or form.

Are there any work arounds at all? or is this pretty much a dead end for MQ?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » migrate from JBossMQ to MQSeries - msg delayed delivery ?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.