|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ArrayBlockingQueue |
« View previous topic :: View next topic » |
Author |
Message
|
dgolding |
Posted: Thu Aug 23, 2007 2:39 am Post subject: ArrayBlockingQueue |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
Hi,
Has anybody used this class (which seems to be a standard Sun Java utility, rather than part of JMS)?
Particularly, has anyone managed to a convert on a message using the "take" method (from EBCIDIC to ASCII) as for the life of me I can't see where it is possible to a setting of the Get Message Option GMO_CONVERT? |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Aug 23, 2007 7:51 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
There isn't. You'll have to extend it then add your own 'toEBCDIC' method.
Also, everything accessing an ArrayBlockingQueue resides in the same JVM. This isn't the same as an MQ queue.
This type of class is best used when assigning work to many 'worker-threads'.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
dgolding |
Posted: Thu Aug 23, 2007 7:54 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
Thanks Roger. I got the developer to use the "normal" JMS implementation and seems to work fine now with GMO_CONVERT |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|