pclovec wrote:
now i working redhat MRG project. but i met so many issue when i test this
system . and i have confused more things for MRG and AMQP. i hope you guys
can help me.
2. when boker send out the message , i want to store the messages data
into disk. and there is have any tools can check it .such as how many
message in the queue. and can search .who send out these message.
yes, you can use
qpid-tool see: http://qpid.apache.org/mgmtc.html
or the console shipped with MRG see www.redhat.com/mrg/resources
--i try to configre qpidd.conf file and setup up the data-dir and
store-dir but when i finish ,and check the folder .it seems no change
qpidd.conf in /etc/qpidd.conf. and using service qpidd restart
Data dir and store dir will only be populated with contents when used,
and if the store module
is loaded. make sure you have the store.so installed on the module-dir
or do a group install
for messaging.
1. i want to know how many max memory(RAM) for MRG . because MSMQ can used
2G RAM . i search a website told me that MRG can uses 8G RAM. it's truh?
You can limit this to anything you want via the --default-queue-limit or
via queue policies from
code. see:
http://qpid.apache.org/cheat-sheet-for-configuring-queue-options.html
3. actually i don't know how to using MRG to create notifcation framework.
currenty i only using qpidd code to test . i don't using
mrg_grid..umin..condor...
not sure what is being asked here.
Carl.