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 » Search

 Search found 22 matches
Author Message
  Topic: How to retrieve a queue list with Java Base API
colincrist

Replies: 4
Views: 4012

PostForum: IBM MQ Java / JMS   Posted: Wed Feb 14, 2007 3:26 am   Subject: How to retrieve a queue list with Java Base API
Hi,

The discoverDestinationConfigs() method in this class may help you get started using MS0B:

http://hermesjms.cvs.sourceforge.net/hermesjms/Hermes4/src/java/hermes/ext/mq/MQSeriesAdmin.java?vi ...
  Topic: Problems with Q Manager
colincrist

Replies: 9
Views: 7437

PostForum: IBM MQ Installation/Configuration Support   Posted: Thu Dec 07, 2006 8:40 am   Subject: Problems with Q Manager
Please report the bugs otherwise they'll never get fixed.

http://hermesjms.com/jira

Thanks,

Colin
http://hermesjms.com
  Topic: Problems with Q Manager
colincrist

Replies: 9
Views: 7437

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Dec 06, 2006 8:22 pm   Subject: Problems with Q Manager
HermesJMS is a free Java thing that does JMS stuff and so works okay with WMQ for basic interactions and yes it uses PCF for some non JMS functionality.

http://hermesjms.com/confluence/display/HJMS ...
  Topic: How to put bitstream into a queue?
colincrist

Replies: 4
Views: 23975

PostForum: IBM MQ Java / JMS   Posted: Mon Oct 02, 2006 1:36 pm   Subject: How to put bitstream into a queue?
You may be able to reuse something from ActiveMQ called JMS Streams that takes an inputstream and splits it up into chunks and send them over JMS. I don't think its coupled to ActiveMQ in anyway.

h ...
  Topic: Web Based Queue Monitoring
colincrist

Replies: 4
Views: 9735

PostForum: IBM MQ Performance Monitoring   Posted: Fri Sep 29, 2006 4:00 am   Subject: Web Based Queue Monitoring
Hi,

You can webstart HermesJMS which, although it does not cover all the MQ specifics, is good enough for many.

Roger, you should consider a webstart version of VisualEdit/Browse.

Colin.
ht ...
  Topic: OutofMemoryError in Tomcat for JMS/MQ Browse
colincrist

Replies: 7
Views: 8323

PostForum: IBM MQ Java / JMS   Posted: Tue Aug 29, 2006 6:40 am   Subject: OutofMemoryError in Tomcat for JMS/MQ Browse
JMS was never designed to cover management and monitoring. Queue browsing to get depths will place some considerable additional load on the MQ managers and you won't be popular with the other users... ...
  Topic: Extract info from ConnectionFactory
colincrist

Replies: 4
Views: 4692

PostForum: IBM MQ Java / JMS   Posted: Wed Aug 16, 2006 11:07 am   Subject: Extract info from ConnectionFactory
If you want to use reflection then the Jackarta BeanUtils is handy - you can grab an object from somewhere (e.g. JNDI) and not bother about casting. This is useful if you don't want to couple the code ...
  Topic: HermesJMS 1.10 Released
colincrist

Replies: 0
Views: 3439

PostForum: IBM MQ Performance Monitoring   Posted: Wed Jul 26, 2006 4:23 am   Subject: HermesJMS 1.10 Released
Hi,

HermesJMS, a JMS console that supports WebSphereMQ has a new release.

You can read more about it at http://hermesjms.com

Regards,

Colin.
http://hermesjms.com/blog
  Topic: Receive MQ message from Websphere MQ to Weblogic 8.1
colincrist

Replies: 14
Views: 17252

PostForum: IBM MQ Java / JMS   Posted: Tue Jan 10, 2006 9:18 am   Subject: Receive MQ message from Websphere MQ to Weblogic 8.1
Either your english is a confusing me or you misunderstand some concepts here but I'll see what I can do to answer:

> - Is Hermes the EAI broker ?

Hermes is a GUI for using JMS.

ServiceMi ...
  Topic: Receive MQ message from Websphere MQ to Weblogic 8.1
colincrist

Replies: 14
Views: 17252

PostForum: IBM MQ Java / JMS   Posted: Tue Jan 10, 2006 8:32 am   Subject: Receive MQ message from Websphere MQ to Weblogic 8.1
Hi,

WRT ServiceMix and Mule (i.e. using a EAI broker), you may be confused (or I may be confused in what you're asking). The flow would be:

1. MQClient (plain Java or JMS) writes message to queu ...
  Topic: Receive MQ message from Websphere MQ to Weblogic 8.1
colincrist

Replies: 14
Views: 17252

PostForum: IBM MQ Java / JMS   Posted: Tue Jan 10, 2006 6:55 am   Subject: Receive MQ message from Websphere MQ to Weblogic 8.1
You could try using a tool such as http://servicemix.org/ or http://mule.codehaus.org.

They will let you bridge two JMS providers together as well as lost of other integrations.

Colin.
http://h ...
  Topic: Java Monitoring Tools
colincrist

Replies: 4
Views: 3811

PostForum: IBM MQ Java / JMS   Posted: Mon Aug 01, 2005 5:50 am   Subject: Java Monitoring Tools
Hermes may help you to some extent, its has some WMQ specifics but cannot monitor the WMQ servers themselves, you'll need one of the tools mentioned in these forums for that. Hermes is JMS focused as ...
  Topic: Segmentation problem: message too large
colincrist

Replies: 20
Views: 52531

PostForum: IBM MQ Java / JMS   Posted: Mon Jul 25, 2005 11:42 am   Subject: Segmentation problem: message too large
You may be able to crib code from this:

http://activemq.org/JMS+Streams

Its Apache 2.0 licensed so no problems with reuse and the code is not dependent on ActiveMQ so should work with WMQ (if yo ...
  Topic: Hermes 1.9.3 Released
colincrist

Replies: 0
Views: 3726

PostForum: IBM MQ Java / JMS   Posted: Mon Jul 18, 2005 11:59 pm   Subject: Hermes 1.9.3 Released
Hi,

This release has focused on WebSphereMQ 6.0 support.

http://www.hermesjms.com

There are two new WMQ tutorials, the first walks you through general configuration and the second shows how t ...
  Topic: queue depth alert
colincrist

Replies: 8
Views: 6971

PostForum: IBM MQ Java / JMS   Posted: Mon Jul 04, 2005 5:55 am   Subject: queue depth alert
http://www.hermesjms.com/ does this for WMQ, it has to use some non-JMS code to get the depth. The relevant code is here:

http://cvs.sourceforge.net/viewcvs.py/hermesjms/Hermes4/src/java/hermes/ext ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.