Author |
Message |
Topic: Problems building a BAR with mqsicreatebar |
ccrandall
Replies: 5 Views: 4781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 18, 2010 3:16 pm Subject: Problems building a BAR with mqsicreatebar |
I tried several things to see if I could avoid the database definition migrations. Here's what I tried:
1.) Use -cleanBuild option.
This gave an error that the workbench had not been created.
... |
Topic: Problems building a BAR with mqsicreatebar |
ccrandall
Replies: 5 Views: 4781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 17, 2010 12:19 pm Subject: Problems building a BAR with mqsicreatebar |
Nope, I haven't tried -cleanBuild, but I can certainly look into that.
The mqsicreatebar command I'm using is pretty basic:
"c:\Program Files\IBM\WMBT700\mqsicreatebar" -data "C:\ ... |
Topic: Problems building a BAR with mqsicreatebar |
ccrandall
Replies: 5 Views: 4781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2010 2:01 pm Subject: Problems building a BAR with mqsicreatebar |
Thanks Jeff.
This is odd as I just ran the mqsicreatebar command directly against my toolkit workspace and it worked. I suspect, then, that something is inside PVCS that shouldn't be there... or i ... |
Topic: Problems building a BAR with mqsicreatebar |
ccrandall
Replies: 5 Views: 4781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2010 1:25 pm Subject: Problems building a BAR with mqsicreatebar |
I have workspace that I have linked to a PVCS SCM repository. I can build a BAR and deploy it just fine within the toolkit. I also have an Ant build that had been working until today. When it goes ... |
Topic: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
ccrandall
Replies: 27 Views: 21218
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 12:24 pm Subject: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
I realise that this is slightly off topic now but I do not understand why you generate the MQ correlation ID at all. Why not let MQ generate the message id in the request to the legacy system, and s ... |
Topic: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
ccrandall
Replies: 27 Views: 21218
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 10:29 am Subject: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
Have you tried SOAP over JMS with AXIS? Usually fired from a J2EE appserver using the JNDI defined JMS connection?
You might need to look into how to define your (JMS) endpoints but it should hav ... |
Topic: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
ccrandall
Replies: 27 Views: 21218
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 10:24 am Subject: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
If my customer had a problem for going on two years, and he reached out to me, I would suggest a workable solution and see it through to fruition.
Actually, IBM has been actively working wi ... |
Topic: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
ccrandall
Replies: 27 Views: 21218
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 7:55 am Subject: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
Best bet is to file a requirement detailing the advantages you'd like to see added to the HTTP nodes.
Yes, we've been in contact with IBM about what we'd like to see. Not sure if this will end up ... |
Topic: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
ccrandall
Replies: 27 Views: 21218
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 7:37 am Subject: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
Requiring a Message Set based off a WSDL in broker, however, is unnecessary if DataPower is already performing the validation. This is what I mean by a WSDL-less SOAP node.
While HTTP nodes can sa ... |
Topic: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
ccrandall
Replies: 27 Views: 21218
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 6:44 am Subject: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
Yes, we do separate our request and reply into 2 separate flows. In our case, we are just providing a SOAP facade for existing MQ services, and the SOAP payload is identical to the payload we get whe ... |
Topic: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
ccrandall
Replies: 27 Views: 21218
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 12, 2010 8:03 am Subject: Troubles Implementing the Service Gateway Pattern in WMB 6.1 |
I'm surprised to see this thread resurrected. But that's a good thing since it's still something we never really solved.
Currently, we are still using 1 Message Set + 1 SOAP Node per service. Thi ... |
Topic: Copying a XMLNSC tree to a SHARED ROW variable |
ccrandall
Replies: 0 Views: 1610
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 05, 2010 10:28 am Subject: Copying a XMLNSC tree to a SHARED ROW variable |
I have a JCN that reads in a XML configuration file and writes it to LocalEnvironment.Variables. Later, the XML tree is written to a SHARED ROW variable:
DECLARE ServiceCatTable SHARED ROW;
SET ... |
Topic: Cannot set Msd properly on JMS message. |
ccrandall
Replies: 20 Views: 20084
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 27, 2010 10:26 am Subject: Cannot set Msd properly on JMS message. |
I take that to mean that he is getting a JMSBytesMessage where he is expecting a JMSTextMessage, hence my comment earlier in the thread that the part of the RFH2 header he should be addressing is th ... |
Topic: Cannot set Msd properly on JMS message. |
ccrandall
Replies: 20 Views: 20084
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 22, 2010 3:41 pm Subject: Cannot set Msd properly on JMS message. |
Being an old school MQ Programmer I tend to look in the file "cmqc.h" for the definitive list of all WMQ message settings.
This is found in your WMQ Installation directory tree under tools/ ... |
Topic: Cannot set Msd properly on JMS message. |
ccrandall
Replies: 20 Views: 20084
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 22, 2010 7:44 am Subject: Cannot set Msd properly on JMS message. |
As I understand, the code to set and export that variable is in the broker start up script. |