Author |
Message |
Topic: QPasa views |
rossired
Replies: 16 Views: 26526
|
Forum: IBM MQ Performance Monitoring Posted: Fri Mar 09, 2007 6:00 am Subject: QPasa views |
It is certainly possible. However you would need to write a SQL query to obtain this information.
I don't believe there is a search function in the GUI that delivers you that kind of result.
Enjoy ... |
Topic: QPasa views |
rossired
Replies: 16 Views: 26526
|
Forum: IBM MQ Performance Monitoring Posted: Thu Mar 08, 2007 12:39 pm Subject: QPasa views |
According to my QPasa guru colleague, it is not possible to look at an object and determine which templates are associated with it. You can only browse thru each template and see which objects are as ... |
Topic: QPasa views |
rossired
Replies: 16 Views: 26526
|
Forum: IBM MQ Performance Monitoring Posted: Wed Mar 07, 2007 7:33 am Subject: QPasa views |
Hi all,
Is there an easy way to see if an object has a template associated with it, without having to browse every template ? For example, when I look at a queue properties view, I don't see what t ... |
Topic: Email Adapter help |
rossired
Replies: 6 Views: 6203
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Oct 13, 2006 11:47 am Subject: Getting Further |
Ok, definitely getting further. I have the adapter polling the email server properly now, and actually attempting to process messages. But it is failing trying to convert to objects. I am using the MO ... |
Topic: Email Adapter help |
rossired
Replies: 6 Views: 6203
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Oct 12, 2006 12:22 pm Subject: Email Adapter help |
Have you created the necessary message sets and message flows?
No not yet.
To explain, I am not going in the direction of sending data out from MB to the email adapter to an email server.
... |
Topic: Email Adapter help |
rossired
Replies: 6 Views: 6203
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Oct 12, 2006 11:46 am Subject: Email Adapter help |
What is your broker?
ICS or WMB?
My broker is WMB ( if I can ever get the message on a queue )...
Thanks
Vale |
Topic: Email Adapter help |
rossired
Replies: 6 Views: 6203
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Oct 12, 2006 7:22 am Subject: Email Adapter help |
Hi all,
I am trying to do a simple experiment using the email adapter and message broker. But I think I have my adapter configured incorrectly. My main objective is polling an email server, and the ... |
Topic: Is Numeric in ESQL |
rossired
Replies: 9 Views: 28058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 06, 2006 9:49 am Subject: Re: Is Numeric in ESQL |
Hi,
Whats the easiest way to check if a field has numeric data in it. I have a char field, that is supposed to contain numeric data, being mapped to a numeric field. I just want to check, so if its ... |
Topic: Is Numeric in ESQL |
rossired
Replies: 9 Views: 28058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 06, 2006 9:31 am Subject: Is Numeric in ESQL |
Hi,
Whats the easiest way to check if a field has numeric data in it. I have a char field, that is supposed to contain numeric data, being mapped to a numeric field. I just want to check, so if its ... |
Topic: Simple MIME Experiment |
rossired
Replies: 2 Views: 2720
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 02, 2006 10:53 am Subject: Simple MIME Experiment |
Hi all,
Just was playing around with a flow using the MIME parser. I copied the message that was in the infocenter to be used as input ( copied below ) and I get the following error:
Unexpected ... |
Topic: JMS Output |
rossired
Replies: 13 Views: 9895
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 27, 2006 11:59 am Subject: JMS Output |
jar -tvf <jar name> will show you the contents of a jar file.
So, jar -tvf fscontext.jar will show you that there are a bunch of .class files in com/sun/jndi/fscontext/ directories in the jar ... |
Topic: JMS Output |
rossired
Replies: 13 Views: 9895
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 27, 2006 11:23 am Subject: JMS Output |
It should be part of the jar files in <mqinstall>/java/lib
Just checked, and don't see anything like that, or even that starts with com.sun.jndi,,,, just the jndi.jar.
It's in fscontext. ... |
Topic: JMS Output |
rossired
Replies: 13 Views: 9895
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 27, 2006 10:55 am Subject: JMS Output |
It should be part of the jar files in <mqinstall>/java/lib
Just checked, and don't see anything like that, or even that starts with com.sun.jndi,,,, just the jndi.jar.
Was it an option whe ... |
Topic: JMS Output |
rossired
Replies: 13 Views: 9895
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 27, 2006 10:22 am Subject: JMS Output |
and to be fully java like that is what the provider url would look like:
"file://comp-name/C:/jndi_directory"
So if you skip the computer name you have 3 slashes at the start...
... |
Topic: JMS Output |
rossired
Replies: 13 Views: 9895
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 27, 2006 8:41 am Subject: JMS Output |
Hi again,
First off, I am also posting this in the WBI section, as Im not sure which is more appropriate. I apologize if this is against list rules..
So I got the JMSadmin tool to come up and cr ... |