Author |
Message |
Topic: Discussion of WebSphere® Enterprise Service Bus |
gorilla
Replies: 16 Views: 19647
|
Forum: General Discussion Posted: Fri Dec 09, 2005 3:08 am Subject: Discussion of WebSphere® Enterprise Service Bus |
I'm still looking for things WESB can't do (except for the generic parser / support for non-XML data).
From what I can see, if there's a way to execute Java code which has access to the internal ... |
Topic: Would MB be made redundant by ESB (the product) ? |
gorilla
Replies: 6 Views: 5196
|
Forum: General Discussion Posted: Fri Dec 09, 2005 2:52 am Subject: Would MB be made redundant by ESB (the product) ? |
The speed thing isn't Java vs C, and to the extent that it's Java related, it's EJB (with its annoying CORBA overhead) vs Java anyway. There are also significant differences in the product architectu ... |
Topic: MQGET with wait and threading in Java (non-JMS) |
gorilla
Replies: 2 Views: 3211
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 07, 2005 7:50 am Subject: MQGET with wait and threading in Java (non-JMS) |
Thanks Wayne - right first time.
This is a bit embarrasing actually because I should have figured this out myself - I've had the same problem before  |
Topic: How to synchronize queue access from java for testing code. |
gorilla
Replies: 7 Views: 6792
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 07, 2005 7:43 am Subject: How to synchronize queue access from java for testing code. |
Pavel
Sorry - it looks like I gave you a bad suggeston.
I used to use that trick with the MQ API Exerciser and WMQ Explorer with MQ 5.1, and haven't actually tried it out for a long time.
I j ... |
Topic: How to synchronize queue access from java for testing code. |
gorilla
Replies: 7 Views: 6792
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 07, 2005 4:21 am Subject: How to synchronize queue access from java for testing code. |
I can't answer your real question, but there is something you might be able to use to help understand what's going on if your code takes long enough to execute.
FWIW, if the XA support is properly ... |
Topic: MQGET with wait and threading in Java (non-JMS) |
gorilla
Replies: 2 Views: 3211
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 07, 2005 3:47 am Subject: MQGET with wait and threading in Java (non-JMS) |
A while ago I wrote a program using the non-JMS Java interface. It was designed to read out a queue which was been loaded by a fast program (designed to demonstrate how fast you can do MQPUTs from Ja ... |
Topic: Is IT dead in the US? |
gorilla
Replies: 16 Views: 21262
|
Forum: Job Seekers Posted: Wed Dec 07, 2005 2:07 am Subject: Is IT dead in the US? |
tleichen
Generally I agree on your analysis of *why* IT is a bit messed up - it would make me a bit depressed to write it all down though
Re my "generic services" comments - my comments wer ... |
Topic: Would MB be made redundant by ESB (the product) ? |
gorilla
Replies: 6 Views: 5196
|
Forum: General Discussion Posted: Wed Dec 07, 2005 1:04 am Subject: Would MB be made redundant by ESB (the product) ? |
Perhaps this could be moved to the thread "Discussion of WebSphere Enterprise Service Bus"?
I don't know if I want to claim to be a "real expert" in this company, but I've used WMB and played with ... |
Topic: Reading JMS-Message with a standalone Java-Program |
gorilla
Replies: 6 Views: 4958
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2005 1:26 am Subject: Reading JMS-Message with a standalone Java-Program |
hueso - I'm really sorry about that. I always use acessor methods in my code, not direct references to object properties, but it makes pasted pieces of my programs unreadable to I change to locally c ... |
Topic: Is IT dead in the US? |
gorilla
Replies: 16 Views: 21262
|
Forum: Job Seekers Posted: Tue Dec 06, 2005 1:14 am Subject: Is IT dead in the US? |
IMO this could be a very interesting discussion so I'm adding a "teaser" in the hope of getting some more action here. If this is bad behaviour here please let me know and I'll desist.
The IT i ... |
Topic: Setting MQRFH header fro MQ base Java Program |
gorilla
Replies: 2 Views: 2341
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2005 12:38 am Subject: Setting MQRFH header fro MQ base Java Program |
If you search for this forum for "RFH2" and look in the first hit you'll find some example code which creates an RFH2 header (the second one, which uses MQC constants for CCSID, encoding, etc).
Yo ... |
Topic: Discussion of WebSphere® Enterprise Service Bus |
gorilla
Replies: 16 Views: 19647
|
Forum: General Discussion Posted: Fri Dec 02, 2005 1:24 am Subject: Discussion of WebSphere® Enterprise Service Bus |
I just heard that WESB has been announced. I think this is a very interesting product for "MQ people", as the WAS platform now has its own messaging (which is compatible with MQ) and its own WMB-like ... |
Topic: When to Use Server - Server Communication in MQ Series |
gorilla
Replies: 8 Views: 5382
|
Forum: General Discussion Posted: Wed Nov 30, 2005 9:57 pm Subject: When to Use Server - Server Communication in MQ Series |
FWIW, here's my short list of differences between client-server vs server-server with an app which connects directly to one of the servers:
Client to server is a synchronous connection - no connect ... |
Topic: Is MQ Workflow no longer hot? |
gorilla
Replies: 11 Views: 7665
|
Forum: General Discussion Posted: Wed Nov 30, 2005 9:32 pm Subject: Is MQ Workflow no longer hot? |
Something to add to the information in the BPMS report:
There is a new product based on the same technology as WebSphere Process Server called "WebSphere Enterprise Service Bus". It's not official ... |
Topic: Reading JMS-Message with a standalone Java-Program |
gorilla
Replies: 6 Views: 4958
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 30, 2005 8:31 am Subject: Reading JMS-Message with a standalone Java-Program |
You can use JMS directly without all the JNDI stuff if you want.
The following code fragments are pieced together from a program which sends a JMS message this way. I can't find any live code which r ... |