-
“Open source project management and collaboration tool”. Open source clone of Basecamp
-
Apollo is the code name for a cross-operating system runtime being developed by Adobe that allows developers to leverage their existing web development skills (Flash, Flex, HTML, JavaScript, Ajax) to build and deploy Rich Internet Applications (RIAs) to t
Say hello to Hemingway, my new blog theme. Pretty happy with the vanilla theme and with an hour or so of hackery it’s getting really close to what I want. Some smallish things left (like to many quicklinks in the menu pane) to fix but that’s for another day.
Couldn’t find this on Google, so I thought I should post it here. It’s a JACL script for creating a WPM/SIB/JetStream JMS alias destination with the magic context property needed to generate a MQRFH2 header when sending messages to MQ.
set dest [ $AdminTask createSIBDestination "-bus MyBus -type Alias -name MyQueue -node $nodeName -server $serverName -targetBus MyMQBus -targetName MyMQQueue" ] $AdminConfig create SIBContextInfo $dest {{name _MQRFH2Allowed} {type BOOLEAN} {value true}}