Author |
Message |
Topic: Why would I need Message Broker? |
NotMe
Replies: 7 Views: 7684
|
Forum: General IBM MQ Support Posted: Tue Jan 05, 2010 5:17 am Subject: Re: Why would I need Message Broker? |
Are you in a position to outline for us your requirements?
I have a meeting scheduled with the business unit tomorrow and I plan on getting detailed user requirements and case scenarios. Hopefully ... |
Topic: Why would I need Message Broker? |
NotMe
Replies: 7 Views: 7684
|
Forum: General IBM MQ Support Posted: Tue Jan 05, 2010 5:03 am Subject: Why would I need Message Broker? |
Check out the WMB 7 Annnouncement Letter
Thank you that link was very helpful |
Topic: Why would I need Message Broker? |
NotMe
Replies: 7 Views: 7684
|
Forum: General IBM MQ Support Posted: Mon Jan 04, 2010 6:22 pm Subject: Re: Why would I need Message Broker? |
- WMB has a far more robust & scaleable pub/sub facility than WMQ
- WMB does far, far more than pub/sub
so in short I need to know specific user case scenarios before I can decide if MQv7 ... |
Topic: Why would I need Message Broker? |
NotMe
Replies: 7 Views: 7684
|
Forum: General IBM MQ Support Posted: Mon Jan 04, 2010 5:40 pm Subject: Why would I need Message Broker? |
OK I have been an MQ Admin for about a month now and thanks largely to the support of this forum and a lot of reading I have not blown anything up yet. But I do have another question and please excus ... |
Topic: Doing something wrong with amqspub/amqssub |
NotMe
Replies: 6 Views: 10726
|
Forum: General IBM MQ Support Posted: Thu Dec 24, 2009 5:25 am Subject: Re: Doing something wrong with amqspub/amqssub |
Run your subscriber in a separate window. Then as you put you will see the messages arrive.
Thanks. I ran the subscriber in a separate window and it worked... |
Topic: Websphere MQ - Plublish/Subscribe |
NotMe
Replies: 6 Views: 9675
|
Forum: General IBM MQ Support Posted: Wed Dec 23, 2009 11:16 am Subject: Websphere MQ - Plublish/Subscribe |
Furthermore, if you don't want to modify your application to use publish api, you can define an alias queue which target is set to a topic, then you can just put messages to the alias queue and all ... |
Topic: Doing something wrong with amqspub/amqssub |
NotMe
Replies: 6 Views: 10726
|
Forum: General IBM MQ Support Posted: Wed Dec 23, 2009 9:58 am Subject: Doing something wrong with amqspub/amqssub |
Anyone, Anyone, Anyone, Bueller, Bueller, Bueller... |
Topic: Doing something wrong with amqspub/amqssub |
NotMe
Replies: 6 Views: 10726
|
Forum: General IBM MQ Support Posted: Wed Dec 23, 2009 7:41 am Subject: Doing something wrong with amqspub/amqssub |
I'm using MQ 7.0 on linux with the below configuration...
DEFINE TOPIC('FOOD') +
TOPICSTR('FOOD/') +
REPLACE
DEFINE TOPIC('MEAT') +
TOPICSTR('FOOD/MEAT/') +
R ... |
Topic: Problem with /var/mqm/errors/AMQERR01.log |
NotMe
Replies: 14 Views: 17285
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 16, 2009 10:22 am Subject: Problem with /var/mqm/errors/AMQERR01.log |
Reverse the order of the arguments. amqsputc takes QUEUE name first and QUEUE MANAGER name second.
Got it! I reversed the order as you suggested but it still wasn't working so then I just suppl ... |
Topic: Problem with /var/mqm/errors/AMQERR01.log |
NotMe
Replies: 14 Views: 17285
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 16, 2009 10:10 am Subject: Problem with /var/mqm/errors/AMQERR01.log |
Reverse the order of the arguments. amqsputc takes QUEUE name first and QUEUE MANAGER name second.
Wow! I am not feeling very smart right now. Don't know how I could have missed something so simp ... |
Topic: Problem with /var/mqm/errors/AMQERR01.log |
NotMe
Replies: 14 Views: 17285
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 16, 2009 8:54 am Subject: Problem with /var/mqm/errors/AMQERR01.log |
Please post the complete keyboard/screen conversation. Include the environment variables you set/exported.
./amqscnxc
Sample AMQSCNXC start
Connecting to the default queue manager
with no cl ... |
Topic: Problem with /var/mqm/errors/AMQERR01.log |
NotMe
Replies: 14 Views: 17285
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 16, 2009 7:38 am Subject: Re: Problem with /var/mqm/errors/AMQERR01.log |
The problem with your configuration is a badly spelt queue manager name, posssibly in the wrong case.
Why would amqscnxc work and not amqsputc? I am using a Queue Manager group would that make a d ... |
Topic: Problem with /var/mqm/errors/AMQERR01.log |
NotMe
Replies: 14 Views: 17285
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 16, 2009 5:57 am Subject: Re: Problem with /var/mqm/errors/AMQERR01.log |
Nothing's failed - your application's been given a reason code to work with. The logs are for non-application reportable errors.
OK, That's understandable but why is there no consistency? Why ... |
Topic: Problem with /var/mqm/errors/AMQERR01.log |
NotMe
Replies: 14 Views: 17285
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 16, 2009 5:24 am Subject: Problem with /var/mqm/errors/AMQERR01.log |
I'm trying to establish a mq client connection using the env vars MQCHLTAB and MQCHLLIB. I've copied over the AMQCLCHL.TAB file but when I run ./amqsputc I get a 2058 which is understandable because ... |
Topic: Trial Version for WMB 7.0 Linux x86-64 not correct? |
NotMe
Replies: 1 Views: 2555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 11, 2009 6:20 am Subject: Trial Version for WMB 7.0 Linux x86-64 not correct? |
The downloaded version of WebSphere Message Broker 7.0 Linux/x86-64 appears to have the executable for Linux system p (setuplinuxppc) and not Linux/x86-64(setuplinuxx64). Or am I missing something?
... |